freebsd-ports/devel/py-Breve/Makefile
Yuri Victorovich ee27749f34 devel/py-Breve: Add USE_PYTHON=concurrent
Also add LICENSE

Approved by:	portmgr blanket
2018-06-19 01:22:32 +00:00

20 lines
446 B
Makefile

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