4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
484 B
Makefile
25 lines
484 B
Makefile
# 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>
|