29 lines
572 B
Makefile
Raw Normal View History

2014-08-27 18:07:55 +00:00
# $OpenBSD: Makefile,v 1.51 2014/08/27 18:07:55 brad Exp $
SHARED_ONLY = Yes
COMMENT = module to interface the DNS resolver
2014-08-27 18:07:55 +00:00
DISTNAME = Net-DNS-0.79
CATEGORIES = net
HOMEPAGE = http://www.net-dns.org/
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = security/p5-Digest-HMAC>=1.01
TEST_DEPENDS = devel/p5-Test-Pod \
net/p5-Net-DNS-SEC \
net/p5-IO-Socket-INET6 \
security/p5-Digest-BubbleBabble
2014-07-13 00:41:59 +00:00
CONFIGURE_ARGS = --noonline-tests
.include <bsd.port.mk>