aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Whois-Raw/Makefile
blob: e0b0ccc34f7494094a0a4829cff47e6191fb70fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Alex Kapranoff <kappa@FreeBSD.org.ua>
# $FreeBSD$

PORTNAME=   Net-Whois-Raw
PORTVERSION=    2.99009
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>