svn commit: r501726 - head/devel/p5-Time-Duration

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 15 15:55:32 UTC 2019


Author: sunpoet
Date: Wed May 15 15:55:30 2019
New Revision: 501726
URL: https://svnweb.freebsd.org/changeset/ports/501726

Log:
  Add LICENSE_FILE and NO_ARCH

Modified:
  head/devel/p5-Time-Duration/Makefile

Modified: head/devel/p5-Time-Duration/Makefile
==============================================================================
--- head/devel/p5-Time-Duration/Makefile	Wed May 15 15:55:24 2019	(r501725)
+++ head/devel/p5-Time-Duration/Makefile	Wed May 15 15:55:30 2019	(r501726)
@@ -13,11 +13,14 @@ COMMENT=	Rounded or exact English expression of durati
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Pod>=0:devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list