diff options
author | jgh <jgh@FreeBSD.org> | 2012-02-11 06:31:17 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-02-11 06:31:17 +0800 |
commit | 5bf92783473ae4fd64cc667082aa02e20ed01bc1 (patch) | |
tree | 56e35fb03d29bab17530761ebc7930f284930fca /dns/Makefile | |
parent | f0c9f3a6e024031a8c7ff4d00357aae1533f8ff5 (diff) | |
download | freebsd-ports-gnome-5bf92783473ae4fd64cc667082aa02e20ed01bc1.tar.gz freebsd-ports-gnome-5bf92783473ae4fd64cc667082aa02e20ed01bc1.tar.zst freebsd-ports-gnome-5bf92783473ae4fd64cc667082aa02e20ed01bc1.zip |
- Add new port (dns/py-easyzone)
Easyzone is a package to manage the common record types of a zone file,
including SOA records. This module sits on top of the dnspython package
and provides a higher level abstraction for common zone file manipulation
use cases.
WWW: http://www.psychofx.com/easyzone/
PR: ports/164961
Submitted by: Attila Nagy <bra at fsn.hu>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 175e390eb927..3dbc7fb901f6 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -128,6 +128,7 @@ SUBDIR += py-adns SUBDIR += py-dns SUBDIR += py-dnspython + SUBDIR += py-easyzone SUBDIR += py-idnkit2 SUBDIR += py-namebench SUBDIR += py-twistedNames |