6acf5ef19e
"looks fine" wilfried@ (MAINTAINER)
30 lines
649 B
Makefile
30 lines
649 B
Makefile
# $OpenBSD: Makefile,v 1.35 2009/02/04 10:40:47 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module to interface the DNS resolver
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-DNS-0.65
|
|
CATEGORIES= net
|
|
|
|
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
|
|
|
|
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
|
|
|
|
CONFIGURE_ARGS= --online-tests
|
|
|
|
.include <bsd.port.mk>
|