aboutsummaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-Whois
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-24 07:26:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-24 07:26:26 +0000
commita3249b11fc7b17daf0da6ea8b34b8031be440cbb (patch)
treef2084ca2208c5dc6c9d628bb32fde7bf923f7a9b /net/p5-POE-Component-Client-Whois
parent76ba77c5f96adcfb6d24529cc951c3ef490e5d28 (diff)
downloadports-a3249b11fc7b17daf0da6ea8b34b8031be440cbb.tar.gz
ports-a3249b11fc7b17daf0da6ea8b34b8031be440cbb.zip
Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=543147
Diffstat (limited to 'net/p5-POE-Component-Client-Whois')
-rw-r--r--net/p5-POE-Component-Client-Whois/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-POE-Component-Client-Whois/Makefile b/net/p5-POE-Component-Client-Whois/Makefile
index 79c7caea4161..7c0ea5614bea 100644
--- a/net/p5-POE-Component-Client-Whois/Makefile
+++ b/net/p5-POE-Component-Client-Whois/Makefile
@@ -12,13 +12,15 @@ COMMENT= One shot non-blocking RFC 812 WHOIS query
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-Netmask>=1.9012:net-mgmt/p5-Net-Netmask \
p5-POE>=1.004:devel/p5-POE
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>