24 lines
506 B
Makefile
24 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/05/13 08:18:20 wilfried Exp $
|
|
|
|
COMMENT= 'module to interface the DNS resolver'
|
|
|
|
DISTNAME= Net-DNS-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
NEED_VERSION= 1.528
|
|
|
|
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:=Net/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|