forked from Lainports/freebsd-ports
Approved by: olgeni (maintainer) Differentual revision: https://reviews.freebsd.org/D43365
18 lines
329 B
Makefile
18 lines
329 B
Makefile
PORTNAME= vine
|
|
PORTVERSION= 5.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Promise library for Python
|
|
WWW= https://github.com/celery/vine/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|