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