forked from Lainports/opnsense-ports
10 lines
200 B
Makefile
10 lines
200 B
Makefile
# $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"
|