summaryrefslogtreecommitdiff
path: root/security/p5-MD5/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-11-22 05:06:27 +0000
committerhubertf <hubertf>1997-11-22 05:06:27 +0000
commit011e566ca49e0f4208351ff6e9e80beb1ab5ae83 (patch)
treee4d2c1610f5d5b765f6a505504a9f503d56b7d01 /security/p5-MD5/Makefile
parenteb1c60cbed951f39098fe61f14abc1eebc57f0ae (diff)
downloadpkgsrc-011e566ca49e0f4208351ff6e9e80beb1ab5ae83.tar.gz
for libwww
Diffstat (limited to 'security/p5-MD5/Makefile')
-rw-r--r--security/p5-MD5/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile
new file mode 100644
index 00000000000..0466ca96203
--- /dev/null
+++ b/security/p5-MD5/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-MD5
+# Version required: 1.7
+# Date created: September 30th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id: Makefile,v 1.1.1.1 1997/11/22 05:06:27 hubertf Exp $
+#
+
+DISTNAME= MD5-1.7
+PKGNAME= p5-MD5-1.7
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= MD5
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+USE_PERL5= YES
+
+MAN3= MD5.3
+MANPREFIX= ${PREFIX}/lib/perl5
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include <bsd.port.mk>