openbsd-ports/net/p5-Net-DNS/Makefile
sthen fcfeebc665 update to Net::DNS 0.68, from dhill
- drop USE_GROFF while there
2012-05-14 09:08:56 +00:00

29 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.39 2012/05/14 09:08:56 sthen Exp $
SHARED_ONLY= Yes
COMMENT= module to interface the DNS resolver
MODULES= cpan
DISTNAME= Net-DNS-0.68
CATEGORIES= net
HOMEPAGE= http://www.net-dns.org/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= security/p5-Digest-HMAC>=1.00
REGRESS_DEPENDS= security/p5-Digest-BubbleBabble \
devel/p5-Test-Pod
CONFIGURE_ARGS= --online-tests
.include <bsd.port.mk>