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

32 lines
677 B
Makefile
Raw Normal View History

2010-10-18 14:36:45 -04:00
# $OpenBSD: Makefile,v 1.37 2010/10/18 18:36:52 espie 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.65
2010-09-24 11:29:20 -04:00
REVISION= 0
CATEGORIES= net
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
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
2002-12-01 08:41:34 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :p5-Digest-HMAC->=1.00:security/p5-Digest-HMAC \
:p5-Net-IP->=1.20:net/p5-Net-IP
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>