22 lines
333 B
Makefile
22 lines
333 B
Makefile
|
COMMENT= headers for interoperability between C++ and Python
|
||
|
|
||
|
MODPY_EGG_VERSION= 2.11.1
|
||
|
DISTNAME= pybind11-${MODPY_EGG_VERSION}
|
||
|
PKGNAME= py-${DISTNAME}
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/python
|
||
|
|
||
|
FLAVORS= python3
|
||
|
FLAVOR= python3
|
||
|
|
||
|
MODPY_PI= Yes
|
||
|
MODPY_PYBUILD= setuptools
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|