diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-20 17:21:32 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-20 17:21:32 +0000 |
commit | 68682a0ae6beb04eb7bdb1c7d905d7a5239ae742 (patch) | |
tree | a6fe2555eba4296ec31da55ed1404d2773c955f8 /security | |
parent | a289d14751748cf365583b998a9cb10800a5b5c5 (diff) | |
download | pkgsrc-68682a0ae6beb04eb7bdb1c7d905d7a5239ae742.tar.gz |
Add HOMEPAGE, adapt to buildlink3 and add BUILD_DEPENDS on p5-Crypt-CBC for testing.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 9 |
2 files changed, 14 insertions, 5 deletions
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index aa6db85ff97..c31d0c6e14b 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 17:20:13 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/20 17:21:32 heinz Exp $ # DISTNAME= Crypt-Blowfish-2.09 @@ -8,11 +8,15 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish/ COMMENT= Perl5 Blowfish implementation -CRYPTO= YES +BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC + +PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK2= YES +CRYPTO= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Blowfish/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 387f3b8dcb8..e33ad3b6db2 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:02 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/20 17:23:29 heinz Exp $ # DISTNAME= Crypt-DES-2.03 @@ -8,9 +8,14 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-DES/ COMMENT= XS-based DES implementation for Perl -USE_BUILDLINK2= YES +BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DES/.packlist .include "../../lang/perl5/module.mk" |