svn commit: r411493 - head/textproc/p5-Test-Perl-Critic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 20 18:37:27 UTC 2016


Author: sunpoet
Date: Sun Mar 20 18:37:26 2016
New Revision: 411493
URL: https://svnweb.freebsd.org/changeset/ports/411493

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/textproc/p5-Test-Perl-Critic/Makefile

Modified: head/textproc/p5-Test-Perl-Critic/Makefile
==============================================================================
--- head/textproc/p5-Test-Perl-Critic/Makefile	Sun Mar 20 18:37:22 2016	(r411492)
+++ head/textproc/p5-Test-Perl-Critic/Makefile	Sun Mar 20 18:37:26 2016	(r411493)
@@ -10,10 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Use Perl::Critic in test programs
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic \
 		p5-MCE>=1.52:${PORTSDIR}/devel/p5-MCE
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuild
 


More information about the svn-ports-all mailing list