svn commit: r472437 - head/lang/p5-Switch

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 15 09:04:35 UTC 2018


Author: amdmi3
Date: Fri Jun 15 09:04:34 2018
New Revision: 472437
URL: https://svnweb.freebsd.org/changeset/ports/472437

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

Modified:
  head/lang/p5-Switch/Makefile

Modified: head/lang/p5-Switch/Makefile
==============================================================================
--- head/lang/p5-Switch/Makefile	Fri Jun 15 08:48:31 2018	(r472436)
+++ head/lang/p5-Switch/Makefile	Fri Jun 15 09:04:34 2018	(r472437)
@@ -12,10 +12,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Switch - A switch statement for Perl
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Filter>0:devel/p5-Filter
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list