summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-06-09 21:30:36 +0000
committerschmonz <schmonz@pkgsrc.org>2014-06-09 21:30:36 +0000
commit2dba698d858a5bcef186a9c49f61a1a0b71babf6 (patch)
treebb77202ec199ec910893ad35dc38c9cf9525c7db /security/p5-Crypt-SSLeay
parent0d984985ec8549caae8dd7f9efb64bb36f900999 (diff)
downloadpkgsrc-2dba698d858a5bcef186a9c49f61a1a0b71babf6.tar.gz
Add new dependencies missed in previous, and chmod -x an errant .pm.
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index 0812fdc4a83..e539c64ae4a 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/06/09 19:46:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.27 2014/06/09 21:30:36 schmonz Exp $
DISTNAME= Crypt-SSLeay-0.72
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-SSLeay/
COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support
LICENSE= ${PERL5_LICENSE}
+DEPENDS+= p5-Path-Class>=0.26:../../devel/p5-Path-Class
+DEPENDS+= p5-Try-Tiny>=0.19:../../devel/p5-Try-Tiny
+
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist
@@ -18,6 +21,9 @@ PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
MAKE_PARAMS+= --lib=${SSLBASE}
+post-extract:
+ chmod -x ${WRKSRC}/lib/Net/SSL.pm
+
.include "../../lang/perl5/module.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"