2a0eea1de6
Changelog: https://github.com/pybind/pybind11/blob/v2.4.3/docs/changelog.rst PR: 241432 Approved by: yuri (maintainer) MFH: 2019Q4
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pybind11
|
|
DISTVERSION= 2.4.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Seamless interoperability between C++11 and Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|