2014-08-27 18:07:55 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.51 2014/08/27 18:07:55 brad Exp $
|
2004-01-17 15:58:06 +00:00
|
|
|
|
2014-04-25 23:41:03 +00:00
|
|
|
SHARED_ONLY = Yes
|
2001-03-28 10:05:32 +00:00
|
|
|
|
2014-04-25 23:41:03 +00:00
|
|
|
COMMENT = module to interface the DNS resolver
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2014-08-27 18:07:55 +00:00
|
|
|
DISTNAME = Net-DNS-0.79
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2014-04-25 23:41:03 +00:00
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.net-dns.org/
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2014-04-25 08:55:13 +00:00
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
|
2007-01-14 20:49:05 +00:00
|
|
|
# Perl
|
2014-04-25 23:41:03 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2014-04-25 23:41:03 +00:00
|
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = security/p5-Digest-HMAC>=1.01
|
2014-05-26 21:51:36 +00:00
|
|
|
TEST_DEPENDS = devel/p5-Test-Pod \
|
|
|
|
net/p5-Net-DNS-SEC \
|
|
|
|
net/p5-IO-Socket-INET6 \
|
|
|
|
security/p5-Digest-BubbleBabble
|
2001-03-09 14:28:45 +00:00
|
|
|
|
2014-07-13 00:41:59 +00:00
|
|
|
CONFIGURE_ARGS = --noonline-tests
|
2001-01-08 19:41:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|