1997-06-07 06:07:27 +02:00
|
|
|
# New ports collection makefile for: p5-Net-Whois
|
|
|
|
# Date created: June 7th 1997
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-06-07 06:07:27 +02:00
|
|
|
#
|
|
|
|
|
2000-04-23 14:25:12 +02:00
|
|
|
PORTNAME= Net-Whois
|
|
|
|
PORTVERSION= 1.9
|
1997-06-07 06:07:27 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Net
|
2000-04-23 14:25:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1997-06-07 06:07:27 +02:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A perl5 module to get information using the Whois protocol
|
1997-06-07 06:07:27 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes
|
1997-06-27 04:28:29 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
1997-06-07 06:07:27 +02:00
|
|
|
|
|
|
|
MAN3= Net::Whois.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|