svn commit: r498119 - head/devel/p5-Algorithm-Dependency

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:44:25 UTC 2019


Author: sunpoet
Date: Sat Apr  6 14:44:21 2019
New Revision: 498119
URL: https://svnweb.freebsd.org/changeset/ports/498119

Log:
  Add LICENSE_FILE
  
  - Add NO_ARCH

Modified:
  head/devel/p5-Algorithm-Dependency/Makefile

Modified: head/devel/p5-Algorithm-Dependency/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Dependency/Makefile	Sat Apr  6 14:44:15 2019	(r498118)
+++ head/devel/p5-Algorithm-Dependency/Makefile	Sat Apr  6 14:44:21 2019	(r498119)
@@ -12,6 +12,7 @@ COMMENT=	Base class for implementing various dependenc
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Params-Util>=0.31:devel/p5-Params-Util
@@ -19,5 +20,7 @@ TEST_DEPENDS=	p5-Test-ClassAPI>=0.6:devel/p5-Test-Clas
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list