1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/dns/p5-BIND-Conf_Parser/Makefile
Sunpoet Po-Chuan Hsieh 1fe825bece Add NO_ARCH
- Sort PLIST
2017-04-24 15:18:27 +00:00

20 lines
357 B
Makefile

# Created by: andrew@ugh.net.au
# $FreeBSD$
PORTNAME= BIND-Conf_Parser
PORTVERSION= 0.95
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PGUEN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to parse BIND 8 configuration files
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>