2015-04-05 13:31:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2015/04/05 13:31:14 sthen Exp $
|
2011-09-05 07:25:12 +00:00
|
|
|
|
|
|
|
COMMENT = remotely determine DNS server versions
|
|
|
|
|
2014-07-10 11:06:37 +00:00
|
|
|
GH_ACCOUNT = kirei
|
|
|
|
GH_PROJECT = fpdns
|
|
|
|
GH_TAGNAME = 20130404
|
|
|
|
DISTNAME = ${GH_PROJECT}-0.10.0.${GH_TAGNAME}
|
2013-11-28 15:43:55 +00:00
|
|
|
|
2011-09-05 07:25:12 +00:00
|
|
|
CATEGORIES = net
|
|
|
|
|
2013-08-07 21:31:12 +00:00
|
|
|
HOMEPAGE = https://code.google.com/p/fpdns/
|
2011-09-05 07:25:12 +00:00
|
|
|
|
|
|
|
# BSD
|
2012-10-15 15:18:31 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2011-09-05 07:25:12 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
|
|
|
|
RUN_DEPENDS = net/p5-Net-DNS
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|