aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-10-26 17:00:17 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-10-26 17:00:17 +0800
commit83d5e156976bf14836a380bdf75a1c917dbeb63e (patch)
tree6126bb66a9e43a7c1f3cf194c9c02bf4b7db4938 /devel
parent53f511f413a9c948b775e5785a6b71ec7602aa9d (diff)
downloadfreebsd-ports-gnome-83d5e156976bf14836a380bdf75a1c917dbeb63e.tar.gz
freebsd-ports-gnome-83d5e156976bf14836a380bdf75a1c917dbeb63e.tar.zst
freebsd-ports-gnome-83d5e156976bf14836a380bdf75a1c917dbeb63e.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-File-Path-Expand/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-File-Path-Expand/Makefile b/devel/p5-File-Path-Expand/Makefile
index 3091ce83a8be..5141ecaf957a 100644
--- a/devel/p5-File-Path-Expand/Makefile
+++ b/devel/p5-File-Path-Expand/Makefile
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Expand filenames
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>