1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net/p5-Net-Whois-Raw/Makefile
2017-06-07 19:57:03 +00:00

31 lines
749 B
Makefile

# Created by: Alex Kapranoff <kappa@FreeBSD.org.ua>
# $FreeBSD$
PORTNAME= Net-Whois-Raw
PORTVERSION= 2.99008
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Very simple Perl interface to query raw whois data
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \
p5-Regexp-IPv6>=0:textproc/p5-Regexp-IPv6 \
p5-URI>=0:net/p5-URI \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBI>=0:databases/p5-DBI \
p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>