aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-15 09:45:43 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-15 09:45:43 +0000
commitbd0196ca13a6ffe9f2d597a97747772eafcfbbd2 (patch)
tree237df1658a3ffc609a90f1029ad154aac0bbc8be /textproc
parent3543e059d424ec43e843d442118880e8405a25fb (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/redland-bindings-python/Makefile19
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index cd95d6c28aea..a3b87bfad039 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -715,6 +715,7 @@
SUBDIR += redet
SUBDIR += redland
SUBDIR += redland-bindings
+ SUBDIR += redland-bindings-python
SUBDIR += refdb
SUBDIR += referrercop
SUBDIR += replaceit
diff --git a/textproc/redland-bindings-python/Makefile b/textproc/redland-bindings-python/Makefile
new file mode 100644
index 000000000000..4d7fd41f8e8d
--- /dev/null
+++ b/textproc/redland-bindings-python/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: redland-bindings-python
+# Date created: 23 March 2005
+# Whom: Jordi Haarman
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc python
+
+MAINTAINER= j.haarman@synantics.com
+COMMENT= Python language bindings for the Redland package
+
+MASTERDIR= ${.CURDIR}/../redland-bindings
+
+CONFLICTS= redland-bindings-[0-9]*
+
+WITH_PYTHON= yes
+
+.include "${MASTERDIR}/Makefile"