summaryrefslogtreecommitdiff
path: root/net/py-libdnet
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-11-22 21:55:30 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-11-22 21:55:30 +0000
commit0f96567711d4eee0954db0538c92a7b04005492b (patch)
treee73969424c51d7ab58202de8bdd46d3e5dcfe54c /net/py-libdnet
parent- Use new autotools world order (diff)
Build libdnet' Python module in a slave port.
(needed for a to-be-released soon port) Since I'm there, add SHA256. Approved by: Jonatan B <onatan (at) gmail.com> (maintainer)
Diffstat (limited to 'net/py-libdnet')
-rw-r--r--net/py-libdnet/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile
new file mode 100644
index 000000000000..ba0b1af82ba7
--- /dev/null
+++ b/net/py-libdnet/Makefile
@@ -0,0 +1,14 @@
+# Ports collection makefile for: py-libdnet
+# Date created: Nov 2, 2005
+# Whom: thierry@pompo.net
+#
+# $FreeBSD$
+#
+
+COMMENT= Python module for libdnet
+
+MASTERDIR= ${.CURDIR}/../libdnet
+
+BUILD_PYTHON_MODULE= yes
+
+.include "${MASTERDIR}/Makefile"