aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python3-libs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-python3-libs')
-rw-r--r--devel/boost-python3-libs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/boost-python3-libs/Makefile b/devel/boost-python3-libs/Makefile
new file mode 100644
index 000000000000..e58fc6b765f3
--- /dev/null
+++ b/devel/boost-python3-libs/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PORTNAME= boost-python3-libs
+COMMENT= Framework for interfacing Python 3 and C++
+
+USES= python:3.3
+
+MASTERDIR= ${.CURDIR}/../../devel/boost-python-libs
+
+.include "${MASTERDIR}/Makefile"