pkgsrc/devel/py-pybind11/Makefile
adam 9fe070e65d py-pybind11: added version 2.5.0
pybind11 is a lightweight header-only library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++ code. Its
goals and syntax are similar to the excellent Boost.Python by David Abrahams:
to minimize boilerplate code in traditional extension modules by inferring type
information using compile-time introspection.
2020-04-28 09:42:47 +00:00

16 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/04/28 09:42:48 adam Exp $
DISTNAME= pybind11-2.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybind11/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pybind/pybind11
COMMENT= Seamless operability between C++11 and Python
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"