Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2020 11:56:58 +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: r533023 - head/x11-toolkits/p5-Tk-Action
Message-ID:  <202004261156.03QBuwlC028419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 26 11:56:58 2020
New Revision: 533023
URL: https://svnweb.freebsd.org/changeset/ports/533023

Log:
  Add LICENSE_FILE

Modified:
  head/x11-toolkits/p5-Tk-Action/Makefile

Modified: head/x11-toolkits/p5-Tk-Action/Makefile
==============================================================================
--- head/x11-toolkits/p5-Tk-Action/Makefile	Sun Apr 26 11:56:53 2020	(r533022)
+++ head/x11-toolkits/p5-Tk-Action/Makefile	Sun Apr 26 11:56:58 2020	(r533023)
@@ -13,6 +13,7 @@ COMMENT=	Action abstraction for Tk
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Moose>=0.92:devel/p5-Moose \
@@ -20,8 +21,9 @@ RUN_DEPENDS=	p5-Moose>=0.92:devel/p5-Moose \
 		p5-MooseX-SemiAffordanceAccessor>=0:devel/p5-MooseX-SemiAffordanceAccessor \
 		p5-Tk-Sugar>=0:x11-toolkits/p5-Tk-Sugar
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 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?202004261156.03QBuwlC028419>