Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 14:44:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498119 - head/devel/p5-Algorithm-Dependency
Message-ID:  <201904061444.x36EiLsw009364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061444.x36EiLsw009364>