2007-04-23 07:00:07 +02:00
|
|
|
# New ports collection makefile for: py-mako
|
|
|
|
# Date created: April 23 2007
|
|
|
|
# Whom: Dryice Liu <dryice@dryice.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mako
|
2010-06-02 04:31:34 +02:00
|
|
|
PORTVERSION= 0.3.3
|
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
|
|
|
|
|
2008-11-07 16:15:19 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=0.9:${PORTSDIR}/www/py-beaker \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel
|
2007-04-24 05:53:14 +02:00
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
2007-04-23 07:00:07 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
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>
|