c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
26 lines
536 B
Makefile
26 lines
536 B
Makefile
# New ports collection makefile for: p5-Net-Whois-ARIN
|
|
# Date created: 03 Jan 2007
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Whois-ARIN
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ARIN whois client
|
|
|
|
MAN3= Net::Whois::ARIN.3 \
|
|
Net::Whois::ARIN::AS.3 \
|
|
Net::Whois::ARIN::Contact.3 \
|
|
Net::Whois::ARIN::Customer.3 \
|
|
Net::Whois::ARIN::Network.3 \
|
|
Net::Whois::ARIN::Organization.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|