diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | 7d15c2c527b0cb171788f5360a5baca8cd9db73e (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /security/p5-Crypt-Primes | |
parent | 534b5bd9ce0ca747418c84f41f29a7fd1e7121a2 (diff) | |
download | pkgsrc-7d15c2c527b0cb171788f5360a5baca8cd9db73e.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'security/p5-Crypt-Primes')
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 8bd3bdf07d1..f28adbf68bd 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:30 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:34 joerg Exp $ # DISTNAME= Crypt-Primes-0.50 @@ -12,11 +12,12 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-Primes/ COMMENT= Perl5 module for provable prime number generation +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/Primes/.packlist |