diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
commit | 5c53f10be461e8ab225d0f6d9a3b242f5b8a49ec (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /security/p5-Crypt-SSLeay | |
parent | 418fe86afdbec9fa506bf86e5650b99bab7fe52b (diff) | |
download | pkgsrc-5c53f10be461e8ab225d0f6d9a3b242f5b8a49ec.tar.gz |
DESTDIR support.
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index d0da97d0063..8e4320819be 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/08/22 22:04:51 abs Exp $ +# $NetBSD: Makefile,v 1.5 2006/11/05 17:35:58 joerg Exp $ # DISTNAME= Crypt-SSLeay-0.51 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= shell@NetBSD.org COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist SUBST_CLASSES+= openssl |