mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
61fceef050
- Trim header - Use USE_GITHUB for fetching
23 lines
431 B
Makefile
23 lines
431 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fpdns
|
|
PORTVERSION= 0.9.3.20120719
|
|
CATEGORIES= dns net perl5
|
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
|
|
|
|
MAINTAINER= bdrewery@FreeBSD.org
|
|
COMMENT= FPDNS - Fingerprinting DNS servers
|
|
|
|
RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kirei
|
|
GH_COMMIT= 9eb38df
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= fpdns.1
|
|
|
|
.include <bsd.port.mk>
|