2013-09-06 09:04:56 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-05-25 22:17:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Whois-IP
|
2013-10-05 09:58:46 +02:00
|
|
|
PORTVERSION= 1.14
|
2006-05-25 22:17:24 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-25 22:17:24 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-10-20 07:53:20 +02:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2012-07-25 08:32:06 +02:00
|
|
|
COMMENT= Perl extension for looking up the whois information for IP addresses
|
2006-05-25 22:17:24 +02:00
|
|
|
|
2013-09-06 09:04:56 +02:00
|
|
|
BUILD_DEPENDS= p5-Regexp-IPv6>=0.02:${PORTSDIR}/textproc/p5-Regexp-IPv6
|
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
2006-05-25 22:17:24 +02:00
|
|
|
|
2013-09-06 09:04:56 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-05-25 22:17:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|