diff options
author | seb <seb@pkgsrc.org> | 2002-10-27 21:20:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-27 21:20:37 +0000 |
commit | f7968d6db95b4851d99b235be405a58ef335d6a7 (patch) | |
tree | 051fd57ff39d3694fdfcd2548ecafc620370a42d /security/p5-Crypt-Primes | |
parent | e8328761a2e64473c52c452c575f52f3563840c8 (diff) | |
download | pkgsrc-f7968d6db95b4851d99b235be405a58ef335d6a7.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Crypt-Primes')
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index d7be91367c0..f675a52ffa5 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:41 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/27 21:20:39 seb Exp $ # DISTNAME= Crypt-Primes-0.49 @@ -15,10 +15,8 @@ COMMENT= perl5 module for provable prime number generation DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random -USE_PERL5= # defined +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Primes/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |