freebsd-ports/net/p5-POE-Component-Client-Whois/Makefile
Sunpoet Po-Chuan Hsieh a3249b11fc Add LICENSE_FILE
2020-07-24 07:26:26 +00:00

26 lines
531 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= POE-Component-Client-Whois
PORTVERSION= 1.38
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>