Update sysutils/rubygem-parallel to version 1.4.0
[dports.git] / textproc / py-mako / Makefile
1 # Created by: Dryice Liu <dryice@dryice.name>
2 # $FreeBSD$
3
4 PORTNAME=       mako
5 PORTVERSION=    1.0.0
6 CATEGORIES=     textproc www python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DISTNAME=       Mako-${PORTVERSION}
10
11 MAINTAINER=     wen@FreeBSD.org
12 COMMENT=        Super-fast templating language in Python
13
14 LICENSE=        MIT
15
16 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:${PORTSDIR}/www/py-beaker \
17                 ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:${PORTSDIR}/textproc/py-MarkupSafe \
18                 ${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel
19 RUN_DEPENDS+=   ${BUILD_DEPENDS}
20
21 USES=           python
22 USE_PYTHON=     distutils autoplist
23
24 .include <bsd.port.mk>