aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pybind11/Makefile
blob: 4fa92f718975a3c042c700dc2046f1c032c399df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	pybind11
DISTVERSION=	2.6.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Seamless interoperability between C++11 and Python

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	distutils concurrent autoplist

NO_ARCH=	yes

.include <bsd.port.mk>