diff options
author | mandree <mandree@FreeBSD.org> | 2012-08-08 06:22:11 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-08-08 06:22:11 +0800 |
commit | 0bcb3560624f4c7a886db03e420b8d1f53613626 (patch) | |
tree | 163c3610aee5b5a6d04b20eb11aef5fc46f42216 /dns/dnsmasq | |
parent | 11320a572b31c698ded85d050b9927c0616f3f71 (diff) | |
download | freebsd-ports-gnome-0bcb3560624f4c7a886db03e420b8d1f53613626.tar.gz freebsd-ports-gnome-0bcb3560624f4c7a886db03e420b8d1f53613626.tar.zst freebsd-ports-gnome-0bcb3560624f4c7a886db03e420b8d1f53613626.zip |
Add new dnsmasq-devel version, for development/test/release candidate versions.
This port is based on dns/dnsmasq 2.62_1,1 and has been updated to 2.63rc2.
Description (by Simon Kelley, the upstream maintainer):
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
It is designed to provide DNS and, optionally, DHCP, to a small network. It
can serve the names of local machines which are not in the global DNS. The
DHCP server integrates with the DNS server and allows machines with
DHCP-allocated addresses to appear in the DNS with names configured either
in each host or in a central configuration file. Dnsmasq supports static and
dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless
machines.
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 9c61e28991c0..7b0bc09be60e 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -21,6 +21,8 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 +CONFLICTS_INSTALL=dnsmasq-devel-* + MAN8= dnsmasq.8 PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html |