mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
create bsd12 branch
This commit is contained in:
23
python/py-mako/Makefile
Normal file
23
python/py-mako/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by: Dryice Liu <dryice@dryice.name>
|
||||
# $FreeBSD: head/textproc/py-mako/Makefile 437390 2017-04-01 00:31:09Z wen $
|
||||
|
||||
PORTNAME= mako
|
||||
PORTVERSION= 1.0.6
|
||||
CATEGORIES= textproc www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Mako-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Super-fast templating language in Python
|
||||
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:python/py-beaker@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:python/py-MarkupSafe@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Babel>0:python/py-babel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-mako/distinfo
Normal file
3
python/py-mako/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1479379557
|
||||
SHA256 (Mako-1.0.6.tar.gz) = 48559ebd872a8e77f92005884b3d88ffae552812cdf17db6768e5c3be5ebbe0d
|
||||
SIZE (Mako-1.0.6.tar.gz) = 575112
|
||||
11
python/py-mako/pkg-descr
Normal file
11
python/py-mako/pkg-descr
Normal file
@@ -0,0 +1,11 @@
|
||||
Mako is a template library written in Python. It provides a familiar,
|
||||
non-XML syntax which compiles into Python modules for maximum
|
||||
performance. Mako's syntax and API borrows from the best ideas of many
|
||||
others, including Django templates, Cheetah, Myghty, and
|
||||
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
|
||||
Page) language, which refines the familiar ideas of componentized
|
||||
layout and inheritance to produce one of the most straightforward and
|
||||
flexible models available, while also maintaining close ties to Python
|
||||
calling and scoping semantics.
|
||||
|
||||
WWW: http://www.makotemplates.org/
|
||||
Reference in New Issue
Block a user