- added DESTDIR support

- added USE_TOOLS - it should build now on NetBSD, Dragonfly
- new maintainer
- PKGREVISION bump
This commit is contained in:
rhaen 2007-12-13 12:02:09 +00:00
parent 74b91acea7
commit c9222026c9

View file

@ -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 DISTNAME= Crypt-Twofish-2.12
PKGNAME= p5-${DISTNAME} PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ctw SVR4_PKGNAME= p5ctw
PKGREVISION= 2 PKGREVISION= 3
CATEGORIES= security perl5 CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-Twofish/ HOMEPAGE= http://search.cpan.org/dist/Crypt-Twofish/
COMMENT= Perl5 module for the Twofish symmetric key algorithm COMMENT= Perl5 module for the Twofish symmetric key algorithm
PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Crypt/Twofish/.packlist PERL5_PACKLIST= auto/Crypt/Twofish/.packlist