10b128ac97
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@
18 lines
366 B
Makefile
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>
|