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 | 36b363fc00ef2984154330143e43ca711b157e62 (patch) | |
tree | f3a14d1e9906d15c10b7ad83b9991f38edca116f | |
parent | b3cc9713ba39bdd706c6ea6c3b8cafe750148bfe (diff) | |
download | pkgsrc-36b363fc00ef2984154330143e43ca711b157e62.tar.gz |
Added HOMEPAGE and adapted to buildlink3.
-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" |