1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/p5-POE-Component-Client-Whois/Makefile
Cheng-Lung Sung 97c2cf8a02 Add p5-POE-Component-Client-Whois 1.09, a one shot non-blocking RFC 812
WHOIS query.

PR:		ports/109463
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2007-02-24 19:02:55 +00:00

28 lines
697 B
Makefile

# New ports collection makefile for: p5-POE-Component-Client-Whois
# Date created: 2007-02-23
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Client-Whois
PORTVERSION= 1.09
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= A 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>