aboutsummaryrefslogtreecommitdiff
path: root/dns/axfr2acl/Makefile
blob: b53882dde66851f8f8f162eea3567bd60893bf37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	axfr2acl
PORTVERSION=	1.00
CATEGORIES=	dns perl5
MASTER_SITES=	ftp://download.gnu.org.ua/pub/release/dnstools/ \
		http://freebsd.nsu.ru/distfiles/

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Transfer A records from DNS zones and convert to BIND ACLs

LICENSE=	GPLv3

RUN_DEPENDS=	p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS

USES=		perl5
USE_PERL5=	configure

PLIST_FILES=	bin/axfr2acl man/man1/axfr2acl.1.gz

.include <bsd.port.mk>