4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
45 lines
1.3 KiB
Makefile
45 lines
1.3 KiB
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-DNS
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= dns net perl5 ipv6
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to the DNS resolver, and dynamic updates
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
|
|
p5-Test-Pod>=0:devel/p5-Test-Pod
|
|
|
|
OPTIONS_DEFINE= GOST IDN IPV6 SSHFP
|
|
GOST_DESC= GOST support
|
|
SSHFP_DESC= SSH2 Fingerprint support
|
|
|
|
CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
GOST_BUILD_DEPENDS= p5-Digest-GOST>=0.06:security/p5-Digest-GOST
|
|
GOST_RUN_DEPENDS= p5-Digest-GOST>=0.06:security/p5-Digest-GOST
|
|
IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
|
|
IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
|
|
SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
|
|
SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200
|
|
BUILD_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP
|
|
RUN_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|