- added DESTDIR support
- added USE_TOOLS - it should build now on NetBSD, Dragonfly - new maintainer - PKGREVISION bump
This commit is contained in:
parent
74b91acea7
commit
c9222026c9
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue