diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-18 10:43:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-18 10:43:51 +0800 |
commit | 847ff625fc8bc64568089caba111f7b039a76d72 (patch) | |
tree | 7e18b83b2363f44a6d70277160a6f2f33b824594 /dns | |
parent | 36d564529596af0282741eb960b5c7005e9ec7a3 (diff) | |
download | freebsd-ports-gnome-847ff625fc8bc64568089caba111f7b039a76d72.tar.gz freebsd-ports-gnome-847ff625fc8bc64568089caba111f7b039a76d72.tar.zst freebsd-ports-gnome-847ff625fc8bc64568089caba111f7b039a76d72.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 34bc5584b4be..267cadbd81d2 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -33,9 +33,10 @@ NLS_DESC= IDN+NLS: Int'l Domain Names & National Language support IDN_DESC= IDN: Int'l Domain Names WITHOUT full NLS LUA_DESC= Support lease-change scripts written in Lua DNSSEC_DESC= Enable DNSSEC caching and validation -USES= shebangfix tar:xz +USES= cpe shebangfix tar:xz SHEBANG_FILES= contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl \ contrib/dnslist/dnslist.pl +CPE_VENDOR= thekelleys .include <bsd.port.options.mk> |