20 lines
374 B
Makefile
20 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/08/07 21:32:17 naddy Exp $
|
|
|
|
COMMENT = remotely determine DNS server versions
|
|
|
|
DISTNAME = fpdns-0.9.4
|
|
REVISION = 0
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://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>
|