openbsd-ports/net/p5-DNS-ZoneParse/Makefile
okan 10b128ac97 import p5-DNS-ZoneParse
This module will parse a Zone File and put all the Resource Records
(RRs) into an anonymous hash structure.  At the moment, the following
types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR.  It could
be useful for maintaining DNS zones, or for transferring DNS zones to
other servers.

from Girish Venkatachalam
 
ok merdely@
2008-04-10 17:45:33 +00:00

18 lines
366 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/10 17:45:33 okan Exp $
COMMENT= parse and manipulate DNS Zone files
MODULES= cpan
DISTNAME= DNS-ZoneParse-0.95
CATEGORIES= net
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>