summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorheinz <heinz>2007-07-07 13:07:56 +0000
committerheinz <heinz>2007-07-07 13:07:56 +0000
commitae2b4a1131de90b48196053fa35dbd6d54729037 (patch)
tree9c643da355f3887132bc8c3dc54a522abd0fc263 /security
parentc5947692362b65fd2bed28e6314a9230fa635c38 (diff)
downloadpkgsrc-ae2b4a1131de90b48196053fa35dbd6d54729037.tar.gz
The packages supports installation to DESTDIR.
No compiler required.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DH/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile
index b1ff6ed86d9..f4c6cc57efa 100644
--- a/security/p5-Crypt-DH/Makefile
+++ b/security/p5-Crypt-DH/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:36 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2007/07/07 13:07:56 heinz Exp $
#
DISTNAME= Crypt-DH-0.06
@@ -11,9 +11,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DH/
COMMENT= Perl5 module for the Diffie-Hellman key exchange system
+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
+USE_LANGUAGES= # empty
+
PERL5_PACKLIST= auto/Crypt/DH/.packlist
.include "../../lang/perl5/module.mk"