2013-01-13 10:16:30 +00:00
|
|
|
# Created by: Dryice Liu <dryice@dryice.name>
|
2007-04-23 05:00:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mako
|
2016-03-26 11:33:30 +00:00
|
|
|
PORTVERSION= 1.0.4
|
2007-04-23 05:00:07 +00:00
|
|
|
CATEGORIES= textproc www python
|
2014-05-11 13:45:12 +00:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2007-04-23 05:00:07 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Mako-${PORTVERSION}
|
|
|
|
|
2009-09-26 14:59:43 +00:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2007-04-23 05:00:07 +00:00
|
|
|
COMMENT= Super-fast templating language in Python
|
|
|
|
|
2013-11-19 06:38:54 +00:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 14:25:16 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
|
2007-04-24 03:53:14 +00:00
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
2007-04-23 05:00:07 +00:00
|
|
|
|
2014-12-07 10:01:36 +00:00
|
|
|
USES= python
|
2015-12-09 08:18:49 +00:00
|
|
|
USE_PYTHON= autoplist distutils
|
2007-04-23 05:00:07 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|