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