freebsd-ports/dns/p5-Net-DNS-SEC/Makefile
Sunpoet Po-Chuan Hsieh 1ce0317963 Update to 1.13
- Update MASTER_SITES
- Fix *_DEPENDS: Crypt::OpenSSL::* requirement was removed since 1.04
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Net-DNS-SEC
2019-05-15 15:53:24 +00:00

23 lines
429 B
Makefile

# $FreeBSD$
PORTNAME= Net-DNS-SEC
PORTVERSION= 1.13
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>