svn commit: r495234 - head/www/p5-Any-Template

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 10 09:00:58 UTC 2019


Author: amdmi3
Date: Sun Mar 10 09:00:57 2019
New Revision: 495234
URL: https://svnweb.freebsd.org/changeset/ports/495234

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

Modified:
  head/www/p5-Any-Template/Makefile

Modified: head/www/p5-Any-Template/Makefile
==============================================================================
--- head/www/p5-Any-Template/Makefile	Sun Mar 10 07:43:20 2019	(r495233)
+++ head/www/p5-Any-Template/Makefile	Sun Mar 10 09:00:57 2019	(r495234)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Provide a consistent interface to a wide array of templating languages
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	p5-Log-Trace>0:devel/p5-Log-Trace
 RUN_DEPENDS=	p5-Log-Trace>0:devel/p5-Log-Trace
 TEST_DEPENDS=	p5-Test-Assertions>0:devel/p5-Test-Assertions
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list