freebsd-ports/net/p5-Net-Whois-Raw/Makefile

26 lines
566 B
Makefile
Raw Normal View History

# 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= 0.20
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= kappa@freebsd.org.ua
COMMENT= Very simple Perl interface to query raw whois data
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAN3= Net::Whois::Raw.3
MAN1= pwhois.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>