1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/pybind11/Makefile
Yuri Victorovich 08771886f3 devel/pybind11: Update 2.4.3 -> 2.5.0
Reported by:	portscout
2020-04-21 05:45:02 +00:00

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>