1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/dns/rpsl2acl/Makefile
2021-04-06 16:31:07 +02:00

22 lines
466 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= rpsl2acl
PORTVERSION= 1.01
CATEGORIES= dns perl5
MASTER_SITES= http://download.gnu.org.ua/pub/release/dnstools/
MAINTAINER= ports@FreeBSD.org
COMMENT= Query set of RPSL database objects and convert to BIND ACLs
LICENSE= GPLv3+
RUN_DEPENDS= p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PLIST_FILES= bin/rpsl2acl ${SITE_MAN1}/rpsl2acl.1.gz
.include <bsd.port.mk>