1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/dns/vhostcname/Makefile
2021-04-06 16:31:07 +02:00

22 lines
469 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= vhostcname
PORTVERSION= 2.00
CATEGORIES= dns perl5
MASTER_SITES= http://download.gnu.org.ua/pub/release/dnstools/
MAINTAINER= ports@FreeBSD.org
COMMENT= Synchronize DNS with server names and aliases from Apache vhost
LICENSE= GPLv3+
RUN_DEPENDS= p5-Net-DNS>0:dns/p5-Net-DNS
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PLIST_FILES= bin/vhostcname ${SITE_MAN1}/vhostcname.1.gz
.include <bsd.port.mk>