diff options
author | heinz <heinz> | 2008-02-07 20:27:23 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-02-07 20:27:23 +0000 |
commit | f7eba16b9b69a98e8726fd095f266887f7a43df9 (patch) | |
tree | 5fe75032c6dd8828a907f4bbecb7e04a1f9d2598 /security | |
parent | 601689db929d6253575d4e6d96af8c9b26ef012d (diff) | |
download | pkgsrc-f7eba16b9b69a98e8726fd095f266887f7a43df9.tar.gz |
The package supports installation to DESTDIR.
A C compiler is necessary.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 4 |
3 files changed, 13 insertions, 7 deletions
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index 0621ff08eef..faac5ab7867 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/09/10 13:44:28 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/07 20:27:23 heinz Exp $ # DISTNAME= Crypt-Blowfish-2.10 @@ -11,11 +11,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish/ COMMENT= Perl5 Blowfish implementation -BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC - +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC + CRYPTO= YES +USE_LANGUAGES= c PERL5_PACKLIST= auto/Crypt/Blowfish/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 1da9ed9e049..9d18435d3e0 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:36 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/02/07 20:31:11 heinz Exp $ # DISTNAME= Crypt-DES-2.05 @@ -11,10 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-DES/ COMMENT= XS-based DES implementation for Perl -BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC - +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC + +USE_LANGUAGES= c PERL5_PACKLIST= auto/Crypt/DES/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index ac3974c5bed..6f76a8f8de8 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/10/31 12:29:34 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2008/02/07 20:34:47 heinz Exp $ # DISTNAME= Crypt-IDEA-1.08 @@ -13,8 +13,10 @@ COMMENT= Perl5 module for the IDEA symmetric key algorithm # IDEA's license LICENSE= fee-based-commercial-use +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c PERL5_PACKLIST= auto/Crypt/IDEA/.packlist .include "../../lang/perl5/module.mk" |