pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Twofish - added DESTDIR support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f200c7d7302e
branches:  trunk
changeset: 536435:f200c7d7302e
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Thu Dec 13 12:02:09 2007 +0000

description:
- added DESTDIR support
- added USE_TOOLS - it should build now on NetBSD, Dragonfly
- new maintainer
- PKGREVISION bump

diffstat:

 security/p5-Crypt-Twofish/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 230219bc687a -r f200c7d7302e security/p5-Crypt-Twofish/Makefile
--- a/security/p5-Crypt-Twofish/Makefile        Thu Dec 13 11:57:34 2007 +0000
+++ b/security/p5-Crypt-Twofish/Makefile        Thu Dec 13 12:02:09 2007 +0000
@@ -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@localhost
+MAINTAINER=            rhaen%NetBSD.org@localhost
 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
 



Home | Main Index | Thread Index | Old Index