blob: 7abbd82fbfa5eda03f67d63a8922b3aaa36d09a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: py-mako
# Date created: April 23 2007
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= mako
PORTVERSION= 0.2.4
CATEGORIES= textproc www python
MASTER_SITES= http://www.makotemplates.org/downloads/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Mako-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Super-fast templating language in Python
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=0.9:${PORTSDIR}/www/py-beaker \
${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel
RUN_DEPENDS+= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Mako
.include <bsd.port.mk>
|