blob: 1dc97f7587ad2d4019c57e0f1146614dfbda5a5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: py-breve
# Date created: 2007-02-14
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Breve
PORTVERSION= 1.2.9
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= 2.4+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
|