29 lines
630 B
Makefile
29 lines
630 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
|
|
|
|
TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
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>
|