blob: bcb6ca1f6cf93350e42c7b129f4e75b9f34bfcf0 (
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:dns/p5-Net-DNS
USES= perl5
USE_PERL5= configure
PLIST_FILES= bin/axfr2acl ${SITE_MAN1}/axfr2acl.1.gz
.include <bsd.port.mk>
|