bb4e9be5f0
Reported by: portscout
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pybind11
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.4
|
|
CATEGORIES= devel python
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Seamless interoperability between C++11 and Python (cmake part)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pybind
|
|
NO_ARCH= yes
|
|
CMAKE_OFF= PYBIND11_TEST
|
|
|
|
.include <bsd.port.mk>
|