1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/py-mako/Makefile
Wen Heping 73e45bd1e2 - Update to 0.2.5
- Update my mail address to FreeBSD

Approved by:	miwi(mentor)
Feature safe:	yes
2009-09-26 14:59:43 +00:00

28 lines
688 B
Makefile

# New ports collection makefile for: py-mako
# Date created: April 23 2007
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= mako
PORTVERSION= 0.2.5
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
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Mako
.include <bsd.port.mk>