aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-POE-Component-Client-Whois/Makefile
blob: 1956e5d73e563c56eea62acfbf48794f65a0fa4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.28
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
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>