freebsd-ports/dns/fpdns/Makefile

24 lines
467 B
Makefile
Raw Normal View History

# Created by: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
PORTNAME= fpdns
PORTVERSION= 0.9.3.20120719
CATEGORIES= dns net perl5
MASTER_SITES= https://github.com/kirei/fpdns/tarball/${GITVERSION}/
DISTNAME= kirei-fpdns-${GITVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= FPDNS - Fingerprinting DNS servers
FETCH_ARGS= -Fpr
GITVERSION= 9eb38df
2012-06-03 23:41:02 +02:00
RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
PERL_CONFIGURE= yes
MAN1= fpdns.1
.include <bsd.port.mk>