mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-cheetah/Makefile
Normal file
19
python/py-cheetah/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-cheetah/Makefile 473171 2018-06-24 01:06:12Z yuri $
|
||||
|
||||
PORTNAME= cheetah
|
||||
PORTVERSION= 2.4.4
|
||||
CATEGORIES= devel textproc www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Cheetah-${DISTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= HTML template engine for Python
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:python/py-markdown@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-cheetah/distinfo
Normal file
2
python/py-cheetah/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (Cheetah-2.4.4.tar.gz) = be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
|
||||
SIZE (Cheetah-2.4.4.tar.gz) = 190989
|
||||
7
python/py-cheetah/pkg-descr
Normal file
7
python/py-cheetah/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
Cheetah is a Python-powered template engine and code generator. It
|
||||
can be used as a standalone utility or it can be combined with other
|
||||
tools. Cheetah has many potential uses, but web developers looking
|
||||
for a viable alternative to ASP, JSP, PHP and PSP are expected to
|
||||
be its principle user group.
|
||||
|
||||
WWW: http://cheetahtemplate.org/
|
||||
Reference in New Issue
Block a user