2003-06-30 08:27:09 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2003/06/30 12:27:09 wilfried Exp $
|
2001-03-28 05:05:32 -05:00
|
|
|
|
|
|
|
COMMENT= 'module to interface the DNS resolver'
|
2001-01-08 14:41:55 -05:00
|
|
|
|
2003-06-30 08:27:09 -04:00
|
|
|
DISTNAME= Net-DNS-0.38
|
2001-03-09 09:28:45 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= net perl5
|
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
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-06-06 21:15:35 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
|
|
|
|
${HOMEPAGE}/download/
|
|
|
|
|
2002-12-01 08:41:34 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= :p5-Digest-HMAC->=1.00:security/p5-Digest-HMAC
|
2001-03-09 09:28:45 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
2001-01-08 14:41:55 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|