aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python3-libs
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-06-07 17:11:30 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-06-07 17:11:30 +0000
commit559010f05d3b35f8e7dc4493bbab8708e2795019 (patch)
tree0412afb943b7df20d8761384d5a9d939f7f1e548 /devel/boost-python3-libs
parent9c416ecb95de71cc82740e97ac635be71cc28a77 (diff)
downloadports-559010f05d3b35f8e7dc4493bbab8708e2795019.tar.gz
ports-559010f05d3b35f8e7dc4493bbab8708e2795019.zip
Notes
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"