aboutsummaryrefslogtreecommitdiffstats
path: root/dns/py-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/py-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/py-ldns')
-rw-r--r--dns/py-ldns/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/dns/py-ldns/Makefile b/dns/py-ldns/Makefile
new file mode 100644
index 000000000000..55a9812e4cd6
--- /dev/null
+++ b/dns/py-ldns/Makefile
@@ -0,0 +1,8 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../../dns/ldns
+
+WITH_PYLDNS= yes
+
+.include "${MASTERDIR}/Makefile"