aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-UNIX-Util
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:31:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:31:32 +0000
commit709546abd40667a4b7730927b7e294cb4a75716e (patch)
treef4b0b07e3b7ef22397641fc95544bdf10926e911 /net/p5-IO-Socket-UNIX-Util
parent9e451f422e8054d5ecfa6a68f4461de2dfd7679d (diff)
downloadports-709546abd40667a4b7730927b7e294cb4a75716e.tar.gz
ports-709546abd40667a4b7730927b7e294cb4a75716e.zip
net/p5-IO-Socket-UNIX-Util: Add LICENSE_FILE
Diffstat (limited to 'net/p5-IO-Socket-UNIX-Util')
-rw-r--r--net/p5-IO-Socket-UNIX-Util/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-IO-Socket-UNIX-Util/Makefile b/net/p5-IO-Socket-UNIX-Util/Makefile
index d64c4e9aed7a..9099139dd8d7 100644
--- a/net/p5-IO-Socket-UNIX-Util/Makefile
+++ b/net/p5-IO-Socket-UNIX-Util/Makefile
@@ -11,9 +11,11 @@ COMMENT= Unix domain socket utilities
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>