diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
commit | b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /ftp | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) | |
download | ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.tar.gz ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-SOAP-Transport-FTP/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ftp/p5-SOAP-Transport-FTP/Makefile b/ftp/p5-SOAP-Transport-FTP/Makefile index 2e8b1de36165..19b282213f9c 100644 --- a/ftp/p5-SOAP-Transport-FTP/Makefile +++ b/ftp/p5-SOAP-Transport-FTP/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= SOAP::Transport::FTP.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Module-Build>=0.3600:${PORTSDIR}/devel/p5-Module-Build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |