blob: ff876939f48e1a0e4dc9b5cef4a967a01b7cca1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: p5-Net-Whois-Raw
# Date created: March 25th 2002
# Whom: Alex Kapranoff <kappa@freebsd.org.ua>
#
# $FreeBSD$
#
PORTNAME= Net-Whois-Raw
PORTVERSION= 2.31
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DESPAIR
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Very simple Perl interface to query raw whois data
RUN_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Net/IDN/Punycode.pm:${PORTSDIR}/textproc/p5-Net-IDN-Encode \
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Whois::Raw.3
MAN1= pwhois.1
.include <bsd.port.mk>
|