diff options
author | seb <seb> | 2002-10-27 21:20:37 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-27 21:20:37 +0000 |
commit | 2bf27c67a001d697f1fe74d1b9afdecca60efc5b (patch) | |
tree | 051fd57ff39d3694fdfcd2548ecafc620370a42d /security/p5-Crypt-Random | |
parent | cd6508b2f889b1c6b2d5ead45f6f1858600a1aa1 (diff) | |
download | pkgsrc-2bf27c67a001d697f1fe74d1b9afdecca60efc5b.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Crypt-Random')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index d991cfebfb6..392fccdc4d1 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:42 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/27 21:20:38 seb Exp $ # DISTNAME= Crypt-Random-1.11 @@ -15,10 +15,8 @@ COMMENT= perl5 interface to /dev/random DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari -USE_PERL5= # defined +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Random/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |