diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-24 22:29:40 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-24 22:29:40 +0000 |
commit | d5db659339aa3402e606eda2244569d7a89cb870 (patch) | |
tree | f3a14d1e9906d15c10b7ad83b9991f38edca116f /security | |
parent | 3f32b4be0c2958b868d0054ae3c4bc32ba0814f5 (diff) | |
download | pkgsrc-d5db659339aa3402e606eda2244569d7a89cb870.tar.gz |
Added HOMEPAGE and adapted to buildlink3.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index 5f83be204a6..205537b5e6f 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:20:19 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/24 22:29:40 heinz Exp $ # DISTNAME= Crypt-Twofish-2.12 @@ -8,9 +8,12 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-Twofish/ COMMENT= Perl5 module for the Twofish symmetric key algorithm -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Twofish/.packlist .include "../../lang/perl5/module.mk" |