mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
add node 14
This commit is contained in:
23
python/py-cheetah3/Makefile
Normal file
23
python/py-cheetah3/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by: Dan Langille <dvl@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-cheetah3/Makefile 528099 2020-03-09 09:32:07Z amdmi3 $
|
||||
|
||||
PORTNAME= cheetah
|
||||
DISTVERSION= 3.2.4
|
||||
CATEGORIES= devel textproc www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 3
|
||||
DISTNAME= Cheetah3-${DISTVERSION}
|
||||
|
||||
MAINTAINER= FreeBSD@ShaneWare.Biz
|
||||
COMMENT= HTML template engine for Python
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:python/py-markdown@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Cheetah/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-cheetah3/distinfo
Normal file
3
python/py-cheetah3/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569732902
|
||||
SHA256 (Cheetah3-3.2.4.tar.gz) = caabb9c22961a3413ac85cd1e5525ec9ca80daeba6555f4f60802b6c256e252b
|
||||
SIZE (Cheetah3-3.2.4.tar.gz) = 294969
|
||||
7
python/py-cheetah3/pkg-descr
Normal file
7
python/py-cheetah3/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: https://cheetahtemplate.org/
|
||||
Reference in New Issue
Block a user