summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-18 09:37:07 +0000
committerwiz <wiz@pkgsrc.org>2015-09-18 09:37:07 +0000
commit72ab2dc190fc4482a37d9bdf56c6a38833fa5bd3 (patch)
tree748e6be595744318608f39a989085c1689a9e657 /security/p5-Net-SSLeay
parent656c994c5209497ddae61a4084506b8f9b676583 (diff)
downloadpkgsrc-72ab2dc190fc4482a37d9bdf56c6a38833fa5bd3.tar.gz
Remove
PERL5_MODULE_TYPE= Module::Install::Bundled in the hope it fixes PR 50254. While here, remove API depends line that's lower than what's in openssl/bl3.mk.
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 43649bfc072..1a3bbcbaac0 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2015/07/12 18:56:29 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2015/09/18 09:37:07 wiz Exp $
DISTNAME= Net-SSLeay-1.70
PKGNAME= p5-${DISTNAME}
@@ -15,15 +15,11 @@ BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
-# see WRKSRC/inc/Module/Install/PRIVATE/Net/SSLeay.pm
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.3
-
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Net/SSLeay/.packlist
MAKE_ENV+= OPENSSL_PREFIX=${SSLBASE}
MAKE_ENV+= PERL_MM_USE_DEFAULT=1 # avoid network question
-PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/perl5/module.mk"