diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-20 14:07:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-20 14:07:14 +0000 |
commit | 96f71f17039b34c778cb4942454a0c1cb56a1eac (patch) | |
tree | 10c658dface616201f553ee0480fe8dc5d603cff /security/p5-Crypt-DES/Makefile | |
parent | d7521f744d1a6038bc13c531e0b9d70655680768 (diff) | |
download | pkgsrc-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/Makefile | 18 |
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" |