Files
ports/dns/rubygem-zonefile/Makefile
T
Sunpoet Po-Chuan Hsieh 64217076cc Add rubygem-zonefile 1.06
Ruby Zonefile - Parse and manipulate DNS Zone Files

This class can read, manipulate and create DNS zone files. It supports A, AAAA,
MX, NS, SOA, TXT, CNAME, PTR and SRV records. The data can be accessed by the
instance method of the same name. All except SOA return an array of hashes
containing the named data. SOA directly returns the hash since there can only be
one SOA information.

WWW: https://github.com/boesemar/zonefile
2020-09-27 19:30:12 +00:00

20 lines
321 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= zonefile
PORTVERSION= 1.06
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to manipulate BIND compatible Zonefiles (RFC1035)
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>