ee27749f34
Also add LICENSE Approved by: portmgr blanket
20 lines
446 B
Makefile
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>
|