mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
10 lines
201 B
Makefile
10 lines
201 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"
|