2004-07-15 15:37:58 +02:00
|
|
|
# New ports collection makefile for: p5-DNS-ZoneParse
|
|
|
|
# Date created: 15 July 2004
|
|
|
|
# Whom: mat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DNS-ZoneParse
|
2009-11-06 03:15:28 +01:00
|
|
|
PORTVERSION= 0.99
|
2004-07-15 15:37:58 +02:00
|
|
|
CATEGORIES= dns textproc perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-07-15 15:37:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-07-15 15:37:58 +02:00
|
|
|
COMMENT= Parse and manipulate DNS Zone Files
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DNS::ZoneParse.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|