1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/py-Breve: Add USE_PYTHON=concurrent

Also add LICENSE

Approved by:	portmgr blanket
This commit is contained in:
Yuri Victorovich 2018-06-19 01:22:32 +00:00
parent 13af4b38a5
commit ee27749f34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472732

View File

@ -3,7 +3,7 @@
PORTNAME= Breve
PORTVERSION= 1.3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= http://breve.twisty-industries.com/downloads/ \
LOCAL/nivit/${PORTNAME}
@ -12,7 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python s-expression style template engine
LICENSE= MIT
USES= python:2.7
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils concurrent autoplist
.include <bsd.port.mk>