diff options
Diffstat (limited to 'security/p5-Crypt-Twofish')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index ea27477c1cd..d231d2c51f1 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:36 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2007/12/13 12:02:09 rhaen Exp $ # DISTNAME= Crypt-Twofish-2.12 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ctw -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-Twofish/ COMMENT= Perl5 module for the Twofish symmetric key algorithm PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_TOOLS+= perl +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Crypt/Twofish/.packlist |