summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-10-27 21:20:37 +0000
committerseb <seb@pkgsrc.org>2002-10-27 21:20:37 +0000
commitf7968d6db95b4851d99b235be405a58ef335d6a7 (patch)
tree051fd57ff39d3694fdfcd2548ecafc620370a42d /security/p5-Crypt-RSA
parente8328761a2e64473c52c452c575f52f3563840c8 (diff)
downloadpkgsrc-f7968d6db95b4851d99b235be405a58ef335d6a7.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r--security/p5-Crypt-RSA/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index 774f1f3cdb7..b74cf2581b7 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:41 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2002/10/27 21:20:40 seb Exp $
#
DISTNAME= Crypt-RSA-1.47
@@ -24,10 +24,8 @@ DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
-USE_PERL5= # defined
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/RSA/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"