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

34 lines
777 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
2006-11-22 09:17:22 +01:00
PORTVERSION= 1.20
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Very simple Perl interface to query raw whois data
2006-03-26 01:19:49 +01:00
RUN_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Whois::Raw.3
MAN1= pwhois.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>