aboutsummaryrefslogtreecommitdiff
path: root/devel/py-onigurumacffi/Makefile
blob: 766d0427ab5c9a6a4bd432b469c8f2185897d8f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	onigurumacffi
PORTVERSION=	0.0.21
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Python cffi bindings for the oniguruma regex engine
WWW=		https://github.com/asottile/onigurumacffi

LIB_DEPENDS=	libonig.so:devel/oniguruma
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR}

USES=		localbase python
USE_PYTHON=	autoplist distutils flavors

.include <bsd.port.mk>