mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
08771886f3
Reported by: portscout
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pybind11
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.5.0
|
|
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 compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pybind
|
|
|
|
NO_ARCH= yes
|
|
CMAKE_OFF= PYBIND11_TEST
|
|
|
|
.include <bsd.port.mk>
|