freebsd-ports/net/p5-Net-Whois-RIPE/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

27 lines
536 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.19
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ${PORTNAME:L} Net
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::Whois::RIPE::Iterator.3 \
Net::Whois::RIPE::Object.3 \
Net::Whois::RIPE.3
.include <bsd.port.mk>