diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-07 20:27:23 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-07 20:27:23 +0000 |
commit | a6096103597712c2ae12bff53bfa952d605ddba5 (patch) | |
tree | 5fe75032c6dd8828a907f4bbecb7e04a1f9d2598 /security/p5-Crypt-IDEA | |
parent | f70ec5a106b09b6af93412c3255c7ee3c517be9d (diff) | |
download | pkgsrc-a6096103597712c2ae12bff53bfa952d605ddba5.tar.gz |
The package supports installation to DESTDIR.
A C compiler is necessary.
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |