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

27 lines
537 B
Makefile
Raw Normal View History

2012-12-18 11:25:25 -05:00
# $OpenBSD: Makefile,v 1.42 2012/12/18 16:25:25 sthen Exp $
2006-09-18 05:17:44 -04:00
SHARED_ONLY= Yes
COMMENT= module to interface the DNS resolver
MODULES= cpan
2012-12-18 11:25:25 -05:00
DISTNAME= Net-DNS-0.71
CATEGORIES= net
2002-06-06 21:15:35 -04:00
HOMEPAGE= http://www.net-dns.org/
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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>