summaryrefslogtreecommitdiff
path: root/net/p5-Net-Whois-IP/Makefile
blob: ad9c38aeaa7dbe21f732eb1c02c715f30f605039 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Aaron Dalton <aaron@FreeBSD.org>

PORTNAME=	Net-Whois-IP
PORTVERSION=	1.19
PORTREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Retrieve whois information given an IP address

BUILD_DEPENDS=	p5-Regexp-IPv6>=0.02:textproc/p5-Regexp-IPv6
RUN_DEPENDS=	p5-Regexp-IPv6>=0.02:textproc/p5-Regexp-IPv6

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>