aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-Action/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-26 11:56:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-26 11:56:58 +0000
commit30a76f7f8493ed09eb0c302ca3f654520a69b67c (patch)
tree26d455846d74ce30326c1decd7bc6f91f8bef48e /x11-toolkits/p5-Tk-Action/Makefile
parent815b4ffedffe6d2ccb6e3a5e12edda9b19afc489 (diff)
downloadports-30a76f7f8493ed09eb0c302ca3f654520a69b67c.tar.gz
ports-30a76f7f8493ed09eb0c302ca3f654520a69b67c.zip
Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=533023
Diffstat (limited to 'x11-toolkits/p5-Tk-Action/Makefile')
-rw-r--r--x11-toolkits/p5-Tk-Action/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk-Action/Makefile b/x11-toolkits/p5-Tk-Action/Makefile
index 91c9d97b1863..27ba7f7664c3 100644
--- a/x11-toolkits/p5-Tk-Action/Makefile
+++ b/x11-toolkits/p5-Tk-Action/Makefile
@@ -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>