aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pybind11_abseil/Makefile
blob: 1d2a0e4b3fd1cde8fa0714d37b7c1d804e379914 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	pybind11_abseil
PORTVERSION=	202402.0
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	https://github.com/pybind/pybind11_abseil/releases/download/v${PORTVERSION}/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Pybind11 bindings for the Abseil C++ Common Libraries
WWW=		https://github.com/pybind/pybind11_abseil

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	abseil>=0:devel/abseil \
		pybind11>=0:devel/pybind11
LIB_DEPENDS=	libabsl_base.so:devel/abseil

USES=		cmake compiler:c++17-lang python:build

CMAKE_ARGS=	-DCMAKE_INSTALL_PYDIR=${PYTHON_SITELIBDIR}

.include <bsd.port.mk>