diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-10 20:31:20 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-10 20:31:20 +0800 |
commit | 56c0a3929d151c9a8e4c47bc34c0779e0d722d48 (patch) | |
tree | 67995c752771429a60bd60c14f0a580f4ec97f36 /dns | |
parent | fd184cad12f95adf3119d98a762cf23d64a701d1 (diff) | |
download | freebsd-ports-gnome-56c0a3929d151c9a8e4c47bc34c0779e0d722d48.tar.gz freebsd-ports-gnome-56c0a3929d151c9a8e4c47bc34c0779e0d722d48.tar.zst freebsd-ports-gnome-56c0a3929d151c9a8e4c47bc34c0779e0d722d48.zip |
- Take maintainership
- Trim header
- Use USE_GITHUB for fetching
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fpdns/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 872b49fa563c..c02f1f403e24 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -1,21 +1,20 @@ # 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} +DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= FPDNS - Fingerprinting DNS servers -FETCH_ARGS= -Fpr -GITVERSION= 9eb38df - 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 |