aboutsummaryrefslogtreecommitdiff
path: root/net/p5-SOAP-Lite
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-12-17 15:39:36 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-12-17 15:39:36 +0000
commit14d750125f50dd0ca4560ca608da80256c753ed1 (patch)
tree2c777b510bf113de76c97e52fd4dfebf505c8e6e /net/p5-SOAP-Lite
parentda7b202bc73ca6f707aaa9343cbe60e5cb7187b8 (diff)
downloadports-14d750125f50dd0ca4560ca608da80256c753ed1.tar.gz
ports-14d750125f50dd0ca4560ca608da80256c753ed1.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=309105
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r--net/p5-SOAP-Lite/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index f755f5d4ef97..a69e871530bd 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -64,14 +64,8 @@ MAN3= Apache::SOAP.3 \
XMLRPC::Transport::POP3.3 \
XMLRPC::Transport::TCP.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
post-patch:
@${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \
${WRKSRC}/bin/* ${WRKSRC}/t/*.t ${WRKSRC}/t/*.pl
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>