1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/dns/fpdns/Makefile

27 lines
479 B
Makefile
Raw Normal View History

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= fpdns
PORTVERSION= 0.10.0.${GH_TAGNAME}
PORTREVISION= 1
CATEGORIES= dns net perl5
2013-04-23 17:16:16 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Fingerprinting DNS servers
2014-12-06 18:35:35 +00:00
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
2015-11-29 07:00:38 +00:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= kirei
GH_TAGNAME= 20130404
2015-11-29 07:00:38 +00:00
NO_ARCH= yes
2013-08-02 18:21:05 +00:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>