svn commit: r363617 - head/net/p5-SOAP-MySOAP
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:14:08 UTC 2014
Author: sunpoet
Date: Thu Jul 31 15:14:07 2014
New Revision: 363617
URL: http://svnweb.freebsd.org/changeset/ports/363617
QAT: https://qat.redports.org/buildarchive/r363617/
Log:
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
Modified:
head/net/p5-SOAP-MySOAP/Makefile
head/net/p5-SOAP-MySOAP/pkg-plist
Modified: head/net/p5-SOAP-MySOAP/Makefile
==============================================================================
--- head/net/p5-SOAP-MySOAP/Makefile Thu Jul 31 15:14:01 2014 (r363616)
+++ head/net/p5-SOAP-MySOAP/Makefile Thu Jul 31 15:14:07 2014 (r363617)
@@ -6,16 +6,18 @@ PORTVERSION= 0.023
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= SOAP
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Extremely basic SOAP client module
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/net/p5-SOAP-MySOAP/pkg-plist
==============================================================================
--- head/net/p5-SOAP-MySOAP/pkg-plist Thu Jul 31 15:14:01 2014 (r363616)
+++ head/net/p5-SOAP-MySOAP/pkg-plist Thu Jul 31 15:14:07 2014 (r363617)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP/.packlist
%%SITE_PERL%%/SOAP/MySOAP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP/.packlist
%%PERL5_MAN3%%/SOAP::MySOAP.3.gz
- at dirrmtry %%SITE_PERL%%/SOAP
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP
+ at dirrmtry %%SITE_PERL%%/SOAP
More information about the svn-ports-all
mailing list