diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:17:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:17:50 +0800 |
commit | 146e2499d46ec0acb1cb43f82d7c9338a500e36d (patch) | |
tree | 4f364a9873ab7c53f6c4d00b3dc4ad6db02427aa /ftp/p5-SOAP-Transport-FTP | |
parent | 556602ee1c4c41e79d24e4b7e54bd0453dd95973 (diff) | |
download | freebsd-ports-gnome-146e2499d46ec0acb1cb43f82d7c9338a500e36d.tar.gz freebsd-ports-gnome-146e2499d46ec0acb1cb43f82d7c9338a500e36d.tar.zst freebsd-ports-gnome-146e2499d46ec0acb1cb43f82d7c9338a500e36d.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'ftp/p5-SOAP-Transport-FTP')
-rw-r--r-- | ftp/p5-SOAP-Transport-FTP/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/p5-SOAP-Transport-FTP/Makefile b/ftp/p5-SOAP-Transport-FTP/Makefile index d2aba7d3f663..44673dab88c5 100644 --- a/ftp/p5-SOAP-Transport-FTP/Makefile +++ b/ftp/p5-SOAP-Transport-FTP/Makefile @@ -11,9 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= FTP Client support for SOAP::Lite +LICENSE= ART10 + BUILD_DEPENDS= p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 |