svn commit: r497942 - head/devel/p5-capitalization

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 5 09:01:11 UTC 2019


Author: amdmi3
Date: Fri Apr  5 09:01:10 2019
New Revision: 497942
URL: https://svnweb.freebsd.org/changeset/ports/497942

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

Modified:
  head/devel/p5-capitalization/Makefile

Modified: head/devel/p5-capitalization/Makefile
==============================================================================
--- head/devel/p5-capitalization/Makefile	Fri Apr  5 07:31:06 2019	(r497941)
+++ head/devel/p5-capitalization/Makefile	Fri Apr  5 09:01:10 2019	(r497942)
@@ -12,11 +12,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Perl module which allows you to use familiar style on method naming
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Devel-Symdump>=0:devel/p5-Devel-Symdump \
 		p5-Test-Simple>=0:devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list