diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:46 +0000 |
commit | ca3e92cbbd757cc4f51729083c5c1665e599e3f1 (patch) | |
tree | e58247873e0e151d40fc008dd757f5f7db67104c /net/p5-SOAP-Lite/Makefile | |
parent | ba37dc43d2da8b6571efc344ae0ee2552ba98afd (diff) | |
download | ports-ca3e92cbbd757cc4f51729083c5c1665e599e3f1.tar.gz ports-ca3e92cbbd757cc4f51729083c5c1665e599e3f1.zip |
Notes
Diffstat (limited to 'net/p5-SOAP-Lite/Makefile')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 26f79bf0fc41..c7b9381b95ce 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SOAP-Lite -PORTVERSION= 1.14 +PORTVERSION= 1.19 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Client and server side SOAP implementation LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-IO-SessionData>=1.03:${PORTSDIR}/devel/p5-IO-SessionData \ @@ -27,7 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ p5-Test-XML>=0:${PORTSDIR}/devel/p5-Test-XML -CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* +CONFLICTS_INSTALL= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* CONFIGURE_ARGS= --noprompt INSTALL_TARGET= pure_install |