mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
5ec7a14fbc
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|