svn commit: r494035 - head/net/p5-Apache2-SOAP

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 27 09:00:53 UTC 2019


Author: amdmi3
Date: Wed Feb 27 09:00:52 2019
New Revision: 494035
URL: https://svnweb.freebsd.org/changeset/ports/494035

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/net/p5-Apache2-SOAP/Makefile

Modified: head/net/p5-Apache2-SOAP/Makefile
==============================================================================
--- head/net/p5-Apache2-SOAP/Makefile	Wed Feb 27 08:48:24 2019	(r494034)
+++ head/net/p5-Apache2-SOAP/Makefile	Wed Feb 27 09:00:52 2019	(r494035)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	numisemis at yahoo.com
 COMMENT=	Apache2 mod_perl2 SOAP Server
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 \
 		p5-SOAP-Lite>=0:net/p5-SOAP-Lite
 
 USES=		apache:2.2+ perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list