mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
0041ef488b
- Switch to HTTP instead of FTP for MASTER_SITES - Relinquish control, they are stable enough to fly solo
22 lines
456 B
Makefile
22 lines
456 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= axfr2acl
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= http://download.gnu.org.ua/pub/release/dnstools/
|
|
|
|
MAINTAINER= ports@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>
|