aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-12-17 09:54:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-12-17 09:54:03 +0000
commit41521f6557f35841a725c6e70920ca576192750f (patch)
tree1964070bd972a0f2f0d180dae0474e606ebb4508 /security/p5-Crypt-SSLeay
parentceb9a290db10f8dd54fa18b0c9d5f1fe25427b12 (diff)
downloadports-41521f6557f35841a725c6e70920ca576192750f.tar.gz
ports-41521f6557f35841a725c6e70920ca576192750f.zip
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Notes
Notes: svn path=/head/; revision=309075
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index f8f5fefcbfbb..f44486c4a1d2 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -27,14 +27,8 @@ USE_OPENSSL= yes
MAN3= Crypt::SSLeay.3 Net::SSL.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/LIBS/ s|-lssl32 -lssleay32 -leay32|-L${OPENSSLLIB}|' \
-e '/is_live_test_wanted()/d' ${WRKSRC}/Makefile.PL
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>