19 lines
360 B
Makefile
19 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:35:46 espie Exp $
|
|
|
|
COMMENT = remotely determine DNS server versions
|
|
|
|
DISTNAME = fpdns-0.9.4
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://code.google.com/p/fpdns/
|
|
MASTER_SITES = http://bigio.snb.it/openbsd/distfiles/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
RUN_DEPENDS = net/p5-Net-DNS
|
|
|
|
.include <bsd.port.mk>
|