View | Details | Raw Unified | Return to bug 229889
Collapse All | Expand All

(-)devel/py-cheetah3/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	cheetah
5
PORTVERSION=	3.1.0
6
PORTREVISION=	0
7
CATEGORIES=	devel textproc www python
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
DISTNAME=	Cheetah3-${DISTVERSION}
11
12
MAINTAINER=	nivit@FreeBSD.org
13
COMMENT=	HTML template engine for Python
14
15
LICENSE=	MIT
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR}
18
19
USES=		python
20
USE_PYTHON=	distutils autoplist
21
22
.include <bsd.port.mk>
(-)devel/py-cheetah3/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1532008992
2
SHA256 (Cheetah3-3.1.0.tar.gz) = 293f8776a5dea7c3dffd26fce8495c2daf912b9cb46cc49c41cb50da597a0ac6
3
SIZE (Cheetah3-3.1.0.tar.gz) = 872411
(-)devel/py-cheetah3/pkg-descr (+7 lines)
Line 0 Link Here
1
Cheetah is a Python-powered template engine and code generator. It
2
can be used as a standalone utility or it can be combined with other
3
tools. Cheetah has many potential uses, but web developers looking
4
for a viable alternative to ASP, JSP, PHP and PSP are expected to
5
be its principle user group.
6
7
WWW: http://cheetahtemplate.org/

Return to bug 229889