freebsd-ports/net/p5-POE-Component-Client-Whois/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

22 lines
551 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
PERL_CONFIGURE= yes
MAN3= POE::Component::Client::Whois.3 \
POE::Component::Client::Whois::IPBlks.3 \
POE::Component::Client::Whois::TLDList.3
.include <bsd.port.mk>