blob: 96f93e3d229d114f3644ed65c5868c220edbdbf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Net-DNS-SEC
PORTVERSION= 1.18
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= DNSSEC extensions to Net::DNS
LICENSE= MIT
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-DNS>=1.08:dns/p5-Net-DNS
USES= perl5 ssl
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/SEC/SEC.so
.include <bsd.port.mk>
|