2013-01-13 11:16:30 +01:00
|
|
|
# Created by: Dryice Liu <dryice@dryice.name>
|
2007-04-23 07:00:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mako
|
2013-05-01 13:23:40 +02:00
|
|
|
PORTVERSION= 0.8.0
|
2007-04-23 07:00:07 +02:00
|
|
|
CATEGORIES= textproc www python
|
|
|
|
MASTER_SITES= http://www.makotemplates.org/downloads/ \
|
2008-12-24 20:41:23 +01:00
|
|
|
CHEESESHOP
|
2007-04-23 07:00:07 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Mako-${PORTVERSION}
|
|
|
|
|
2009-09-26 16:59:43 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2007-04-23 07:00:07 +02:00
|
|
|
COMMENT= Super-fast templating language in Python
|
|
|
|
|
2011-02-22 02:21:54 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:${PORTSDIR}/www/py-beaker \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:${PORTSDIR}/textproc/py-MarkupSafe \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel
|
2007-04-24 05:53:14 +02:00
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
2007-04-23 07:00:07 +02:00
|
|
|
|
2012-05-02 03:42:03 +02:00
|
|
|
USE_PYTHON= -2.7
|
2007-07-31 09:48:13 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= Mako
|
2007-04-23 07:00:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|