summaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-12-02 14:31:00 +0000
committerrh <rh>1999-12-02 14:31:00 +0000
commit84999681d9978e15510edb9f288fa73e60f5f3a8 (patch)
tree8573f14593a6866479c88e8c7e5ab0ce73b50da4 /security/p5-Digest-MD5/Makefile
parentaeb4c572be6dbac0095b2156c0e869cac76e9200 (diff)
downloadpkgsrc-84999681d9978e15510edb9f288fa73e60f5f3a8.tar.gz
Import of p5-Digest-MD5-2.09, a perl extension interface for various
message digest algorithms.
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r--security/p5-Digest-MD5/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
new file mode 100644
index 00000000000..5bfbad34a67
--- /dev/null
+++ b/security/p5-Digest-MD5/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $
+#
+
+PKGNAME= p5-Digest-MD5-2.09
+DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//'
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER= packages@netbsd.org
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"