2012-05-14 09:08:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.39 2012/05/14 09:08:56 sthen Exp $
|
2004-01-17 15:58:06 +00:00
|
|
|
|
2006-09-18 09:17:44 +00:00
|
|
|
SHARED_ONLY= Yes
|
2001-03-28 10:05:32 +00:00
|
|
|
|
2007-07-26 18:59:39 +00:00
|
|
|
COMMENT= module to interface the DNS resolver
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2007-01-14 20:49:05 +00:00
|
|
|
MODULES= cpan
|
2012-05-14 09:08:56 +00:00
|
|
|
DISTNAME= Net-DNS-0.68
|
2007-01-14 20:49:05 +00:00
|
|
|
CATEGORIES= net
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2002-06-07 01:15:35 +00:00
|
|
|
HOMEPAGE= http://www.net-dns.org/
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
2001-01-08 19:41:55 +00:00
|
|
|
|
2007-01-14 20:49:05 +00:00
|
|
|
# Perl
|
2001-01-08 19:41:55 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-12-01 13:41:34 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2012-05-14 09:08:56 +00:00
|
|
|
RUN_DEPENDS= security/p5-Digest-HMAC>=1.00
|
2010-11-19 22:31:32 +00:00
|
|
|
REGRESS_DEPENDS= security/p5-Digest-BubbleBabble \
|
|
|
|
devel/p5-Test-Pod
|
2001-03-09 14:28:45 +00:00
|
|
|
|
2003-12-19 13:24:16 +00:00
|
|
|
CONFIGURE_ARGS= --online-tests
|
2001-01-08 19:41:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|