blob: b6e9d72f5f1fb95f39f8c66c2dc22bfaf68e0486 (
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
|
# ex:ts=8
# Ports collection makefile for: p5-Net-Whois-RIPE
# Date created: Sep 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Net-Whois-RIPE
PORTVERSION= 1.23
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/P/PA/PAULG
PKGNAMEPREFIX= p5-
MAINTAINER= mich@FreeBSD.org
COMMENT= Implementation of RIPE Whois
PERL_MODBUILD= yes
MAN3= Net::Whois::RIPE::Iterator.3 \
Net::Whois::RIPE::Object.3 \
Net::Whois::RIPE.3
.include <bsd.port.mk>
|