freebsd-ports/devel/pybind11/Makefile
Yuri Victorovich bb4e9be5f0 devel/pybind11: Update 2.2.2 -> 2.2.4
Reported by:	portscout
2018-10-07 05:13:14 +00:00

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>