freebsd-ports/net/p5-POE-Component-Client-Whois/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

23 lines
565 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= POE-Component-Client-Whois
PORTVERSION= 1.28
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= One shot non-blocking RFC 812 WHOIS query
RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask
USES= perl5
USE_PERL5= configure
MAN3= POE::Component::Client::Whois.3 \
POE::Component::Client::Whois::IPBlks.3 \
POE::Component::Client::Whois::TLDList.3
.include <bsd.port.mk>