aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-PYB11Generator/Makefile
blob: 271d8f2f5a793cf9ad04d5549c5de678f8df1477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	PYB11Generator
DISTVERSION=	1.0.12
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Code generator for the pybind11 C++ <-> Python language binding tool
WWW=		https://github.com/LLNL/PYB11Generator

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR}

USES=		python
USE_PYTHON=	distutils # autoplist is broken - it prints __pycache__ items that aren't installed

NO_ARCH=	yes

.include <bsd.port.mk>