openbsd-ports/net/p5-Net-DNS/Makefile

32 lines
617 B
Makefile
Raw Normal View History

2012-08-23 11:50:05 -04:00
# $OpenBSD: Makefile,v 1.40 2012/08/23 15:50:05 sthen Exp $
2006-09-18 05:17:44 -04:00
SHARED_ONLY= Yes
COMMENT= module to interface the DNS resolver
MODULES= cpan
DISTNAME= Net-DNS-0.68
2012-08-23 11:50:05 -04:00
REVISION= 0
CATEGORIES= net
2002-06-06 21:15:35 -04:00
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
2012-08-23 11:50:05 -04:00
WANTLIB += c
2002-12-01 08:41:34 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
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
2003-12-19 08:24:16 -05:00
CONFIGURE_ARGS= --online-tests
.include <bsd.port.mk>