blob: 25d75ce821535d38fc120f469c3f2eb0314252f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= pybind11
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.4
PORTREVISION= 1
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>
|