freebsd-ports/devel/py-Breve/Makefile
Martin Wilke 7e781e40d4 - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-02-19 08:07:35 +00:00

19 lines
436 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= Breve
PORTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://breve.twisty-industries.com/downloads/ \
LOCAL/nivit/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A Python s-expression style template engine
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST=yes
.include <bsd.port.mk>