freebsd-ports/dns/rpsl2acl/Makefile
Alexey Dokuchaev dfc4059672 Add two remaining ports from dnstools suit:
axfr2acl transfers A records from the given DNS zones and converts them to
  an ACL for use in BIND configuration files.

  rpsl2acl queries a set of RPSL database objects (normally route-sets) and
  converts them to an ACL for use in BIND configuration files.

WWW: http://www.gnu.org.ua/software/dnstools/
2015-08-06 09:06:38 +00:00

22 lines
508 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= rpsl2acl
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= Query set of RPSL database objects and convert to BIND ACLs
LICENSE= GPLv3
RUN_DEPENDS= p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR
USES= perl5
USE_PERL5= configure
PLIST_FILES= bin/rpsl2acl man/man1/rpsl2acl.1.gz
.include <bsd.port.mk>