diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:47:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:47:34 +0000 |
commit | 1b9fd6d98a4cf5ed465b7e5e422e5df0abb683e4 (patch) | |
tree | 7646f773cbc0f138a025465ad097dac29fcb33d9 /net/p5-SOAP | |
parent | 3336ee46909905529cf74e662905c23b075afdd6 (diff) |
Notes
Diffstat (limited to 'net/p5-SOAP')
-rw-r--r-- | net/p5-SOAP/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index c18a6efcc2ab..d40d694eee8f 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -7,9 +7,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl modules providing an API to the Simple Object Access Protocol +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} |