aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-vine/Makefile
blob: a0032783c94f848e429dae1b50b00b531436182e (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
24
25
26
COMMENT =	promises library for python

MODPY_EGG_VERSION =	5.0.0

DISTNAME =	vine-${MODPY_EGG_VERSION}

PKGNAME =	py-${DISTNAME}

CATEGORIES =	devel

HOMEPAGE =	https://github.com/celery/vine

MAINTAINER =	la ninpre <aaoth@aaoth.xyz>

# BSD 3-Clause
PERMIT_PACKAGE =	Yes

MODULES =	lang/python

MODPY_PI =	Yes
MODPY_PYBUILD =	setuptools

FLAVORS =	python3
FLAVOR =	python3

.include <bsd.port.mk>