summaryrefslogtreecommitdiff
path: root/security
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
parentcd6508b2f889b1c6b2d5ead45f6f1858600a1aa1 (diff)
downloadpkgsrc-2bf27c67a001d697f1fe74d1b9afdecca60efc5b.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DSA/Makefile8
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile8
-rw-r--r--security/p5-Crypt-Primes/Makefile8
-rw-r--r--security/p5-Crypt-RSA/Makefile8
-rw-r--r--security/p5-Crypt-Random/Makefile8
5 files changed, 15 insertions, 25 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"
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"
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"
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"
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"