summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-20 14:07:14 +0000
committerwiz <wiz@pkgsrc.org>2001-03-20 14:07:14 +0000
commit96f71f17039b34c778cb4942454a0c1cb56a1eac (patch)
tree10c658dface616201f553ee0480fe8dc5d603cff /security/p5-Crypt-DES/Makefile
parentd7521f744d1a6038bc13c531e0b9d70655680768 (diff)
downloadpkgsrc-96f71f17039b34c778cb4942454a0c1cb56a1eac.tar.gz
Initial import of p5-Crypt-DES-2.03, provided by Eric Schnoebelen in
pkg/12420: XS-based DES implementation for perl
Diffstat (limited to 'security/p5-Crypt-DES/Makefile')
-rw-r--r--security/p5-Crypt-DES/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
new file mode 100644
index 00000000000..47d16861827
--- /dev/null
+++ b/security/p5-Crypt-DES/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/20 14:07:14 wiz Exp $
+#
+
+DISTNAME= Crypt-DES-2.03
+PKGNAME= p5-Crypt-DES-2.03
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= XS-based DES implementation for Perl
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DES/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"