diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-12 08:45:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-12 08:45:54 +0000 |
commit | a51e404df768f2c9fc2118a24f5943257f377afa (patch) | |
tree | 851867f5e98429c7502dfa3373415edd59220819 /ftp | |
parent | 33e3be5231074adca69fd58e79fe486031edb74a (diff) |
These need Module::Build.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=383844
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-SOAP-Transport-FTP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/p5-SOAP-Transport-FTP/Makefile b/ftp/p5-SOAP-Transport-FTP/Makefile index e2652599b035..d2aba7d3f663 100644 --- a/ftp/p5-SOAP-Transport-FTP/Makefile +++ b/ftp/p5-SOAP-Transport-FTP/Makefile @@ -14,7 +14,7 @@ COMMENT= FTP Client support for SOAP::Lite BUILD_DEPENDS= p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= configure +USE_PERL5= modbuild USES= perl5 .include <bsd.port.mk> |