3f86e0748e
Changes: http://search.cpan.org/dist/Net-Whois-ARIN/Changes PR: ports/157790 Submitted by: Jin-Sih Lin <linpct@gmail.com>
26 lines
542 B
Makefile
26 lines
542 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.12
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ARIN whois client
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|