1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/dns/fpdns/Makefile

26 lines
457 B
Makefile
Raw Normal View History

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= fpdns
PORTVERSION= 0.10.0.${GH_TAGNAME}
CATEGORIES= dns net perl5
MASTER_SITES= GH
2013-04-23 17:16:16 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Fingerprinting DNS servers
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
2012-06-03 21:41:02 +00:00
RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
USE_GITHUB= yes
GH_ACCOUNT= kirei
GH_COMMIT= 23eb0bf
GH_TAGNAME= 20130404
2013-08-02 18:21:05 +00:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>