freebsd-ports/textproc/py-mako/Makefile

25 lines
691 B
Makefile
Raw Normal View History

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= mako
2013-05-01 13:23:40 +02:00
PORTVERSION= 0.8.0
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>=1.1:${PORTSDIR}/www/py-beaker \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:${PORTSDIR}/textproc/py-MarkupSafe \
${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel
RUN_DEPENDS+= ${BUILD_DEPENDS}
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
.include <bsd.port.mk>