Lines 2-20
Link Here
|
2 |
# $FreeBSD: head/dns/fpdns/Makefile 316381 2013-04-23 17:16:16Z bdrewery $ |
2 |
# $FreeBSD: head/dns/fpdns/Makefile 316381 2013-04-23 17:16:16Z bdrewery $ |
3 |
|
3 |
|
4 |
PORTNAME= fpdns |
4 |
PORTNAME= fpdns |
5 |
PORTVERSION= 0.9.3.20121019 |
5 |
PORTVERSION= 0.10.0.${GH_TAGNAME} |
6 |
CATEGORIES= dns net perl5 |
6 |
CATEGORIES= dns net perl5 |
7 |
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} |
7 |
MASTER_SITES= GH |
8 |
|
8 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
10 |
COMMENT= FPDNS - Fingerprinting DNS servers |
10 |
COMMENT= Fingerprinting DNS servers |
|
|
11 |
|
12 |
LICENSE= BSD |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
|
14 |
|
12 |
RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS |
15 |
RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS |
13 |
|
16 |
|
14 |
USE_GITHUB= yes |
17 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= kirei |
18 |
GH_ACCOUNT= kirei |
16 |
GH_COMMIT= 24a2f18 |
19 |
GH_COMMIT= 23eb0bf |
17 |
GH_TAGNAME= ${GH_COMMIT} |
20 |
GH_TAGNAME= 20130404 |
18 |
|
21 |
|
19 |
PERL_CONFIGURE= yes |
22 |
PERL_CONFIGURE= yes |
20 |
|
23 |
|