openbsd-ports/net/p5-Net-DNS/Makefile
wilfried 1911eb9940 - integrate COMMENT
- bump NEED_VERSION
2001-03-28 10:05:32 +00:00

25 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/03/28 10:07:13 wilfried Exp $
COMMENT= 'module to interface the DNS resolver'
DISTNAME= Net-DNS-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.364
HOMEPAGE= http://www.fuhr.org/~mfuhr/perldns/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
CONFIGURE_STYLE= perl
.include <bsd.port.mk>