summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenPGP
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-OpenPGP
parente8328761a2e64473c52c452c575f52f3563840c8 (diff)
downloadpkgsrc-f7968d6db95b4851d99b235be405a58ef335d6a7.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Crypt-OpenPGP')
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile
index 509b0694c8d..b16316dfd98 100644
--- a/security/p5-Crypt-OpenPGP/Makefile
+++ b/security/p5-Crypt-OpenPGP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/07/02 11:41:57 agc Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/27 21:20:40 seb Exp $
#
DISTNAME= Crypt-OpenPGP-0.17
@@ -29,11 +29,9 @@ DEPENDS+= p5-Crypt-DSA-[0-9]*:../../security/p5-Crypt-DSA
INTERACTIVE_STAGE= configure # need to select ciphers and digests
-USE_PERL5= # defined
+USE_BUILDLINK2= YES
# more than one?
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/OpenPGP/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"