diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /security/p5-Net-SSH | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'security/p5-Net-SSH')
-rw-r--r-- | security/p5-Net-SSH/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Net-SSH/Makefile b/security/p5-Net-SSH/Makefile index 315e5851b1d..08e2cda69da 100644 --- a/security/p5-Net-SSH/Makefile +++ b/security/p5-Net-SSH/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/10/22 06:53:16 dogcow Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= Net-SSH-Perl-1.30 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-SSH-Perl/ COMMENT= Perl implementations of SSH1 and SSH2 protocols +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Convert-PEM>=0.05:../../textproc/p5-Convert-PEM DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES |