freebsd-ports/textproc/py-mako/Makefile

28 lines
688 B
Makefile
Raw Normal View History

# 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
CATEGORIES= textproc www python
MASTER_SITES= http://www.makotemplates.org/downloads/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Mako-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
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
2007-07-31 09:48:13 +02:00
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Mako
.include <bsd.port.mk>