mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3cff9196cf
PR: ports/139530 Submitted by: Nick Hilliard <nick@foobar.org>
25 lines
436 B
Makefile
25 lines
436 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.31
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|