freebsd-ports/net/p5-Net-Whois-ARIN/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

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>