diff options
author | rhaen <rhaen@pkgsrc.org> | 2007-12-13 12:02:09 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2007-12-13 12:02:09 +0000 |
commit | c9222026c98aed07f5c49222c9a84b3951fc3b6f (patch) | |
tree | 43872be942dd7e7837329223183539c6d3ee87bd /security/p5-Crypt-Twofish | |
parent | 74b91acea7c83a92926d92030b5ce5f3f905c4f2 (diff) | |
download | pkgsrc-c9222026c98aed07f5c49222c9a84b3951fc3b6f.tar.gz |
- added DESTDIR support
- added USE_TOOLS - it should build now on NetBSD, Dragonfly
- new maintainer
- PKGREVISION bump
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 |