diff options
Diffstat (limited to 'www/p5-Net-eBay/Makefile')
-rw-r--r-- | www/p5-Net-eBay/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile index 83df28c0bde2..41b07c39a445 100644 --- a/www/p5-Net-eBay/Makefile +++ b/www/p5-Net-eBay/Makefile @@ -27,12 +27,6 @@ PLIST_SUB+= EXAMPLESDIR="share/examples/${PORTNAME}" MAN3= Net::eBay.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= needs Perl 5.6 or later -.endif - pre-configure: ${MKDIR} ${WRKSRC}/examples ${MV} ${WRKSRC}/*.pl ${WRKSRC}/examples @@ -44,4 +38,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |