11714901b8
PR: 239148 Submitted by: Alexander Sieg <ports@xanderio.de> Approved by: olgeni (maintainer, via email)
17 lines
296 B
Makefile
17 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vine
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Promise library for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|