aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldns
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2012-11-22 20:28:09 +0800
committerehaupt <ehaupt@FreeBSD.org>2012-11-22 20:28:09 +0800
commitc0242e8425ef059dffab1bfc787e2d7170ee98d1 (patch)
tree3be9ce677719587c609662bac93eab3fd7dc840e /dns/ldns
parent0e72a1a719547bfa69bb685c11c111eec324dcab (diff)
downloadfreebsd-ports-gnome-c0242e8425ef059dffab1bfc787e2d7170ee98d1.tar.gz
freebsd-ports-gnome-c0242e8425ef059dffab1bfc787e2d7170ee98d1.tar.zst
freebsd-ports-gnome-c0242e8425ef059dffab1bfc787e2d7170ee98d1.zip
- Add dns/py-ldns, a stub port of dns/ldns with python bindings enabled. This
is required for the upcoming dns/sshfp update - Register CONFLICTS and PKGNAMEPREFIX in dns/ldns Feature safe: yes
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 9b6cb71ad9af..02f3a7a44c2b 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -29,6 +29,10 @@ PYLDNS_DESC= ${PYTHON_DESC}
.if ${PORT_OPTIONS:MPYLDNS}
USE_PYTHON= yes
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+CONFLICTS= ldns-[0-9]*
+.else
+CONFLICTS= py*-ldns-[0-9]*
.endif
ALL_TARGET= all