aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Net-SSLeay/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-12-31 18:00:16 +0800
committerleeym <leeym@FreeBSD.org>2005-12-31 18:00:16 +0800
commit8c53a6bf333082d9b409014a697ec14b2ced50f2 (patch)
tree4c045e34de3cb0aa89695b0e362982f11e6afa34 /security/p5-Net-SSLeay/Makefile
parentfa44e7185f9182bf4f959ef0b25f062a3f65f21c (diff)
downloadfreebsd-ports-gnome-8c53a6bf333082d9b409014a697ec14b2ced50f2.tar.gz
freebsd-ports-gnome-8c53a6bf333082d9b409014a697ec14b2ced50f2.tar.zst
freebsd-ports-gnome-8c53a6bf333082d9b409014a697ec14b2ced50f2.zip
- update to Net-SSLeay-1.30
- assign to perl@
Diffstat (limited to 'security/p5-Net-SSLeay/Makefile')
-rw-r--r--security/p5-Net-SSLeay/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index f0ce5f806756..77964685f68f 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= Net-SSLeay
-PORTVERSION= 1.25
+PORTVERSION= 1.30
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
DISTNAME= Net_SSLeay.pm-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to SSL
PERL_CONFIGURE= yes
@@ -32,4 +32,13 @@ post-install:
${INSTALL_DATA} ${SRCDIR}/req.conf ${EXAMPLESDIR}/req.conf
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-SSLeay.xs
+
+post-patch:
+ ${PERL} -pi -e 's/\$\^V/\$\]/' ${WRKSRC}/Net-SSLeay-Handle-*/Handle.pm
+.endif
+
+.include <bsd.port.post.mk>