1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/p5-Net-Whois-Raw/Makefile
Yen-Ming Lee 612fe0907a - update to 1.1.1
- assign maintainership to perl@

PR:		92086
Submitted by:	leeym
Approved by:	maintainer
2006-01-24 00:56:41 +00:00

28 lines
660 B
Makefile

# 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= 1.1.1
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
RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Net::Whois::Raw.3
MAN1= pwhois.1
.include <bsd.port.mk>