1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/py-mako/Makefile
Dryice Dong Liu 4502789816 - update to 0.1.7
- depends on mako instead of myghtyutils
2007-06-16 04:12:07 +00:00

36 lines
927 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.1.7
CATEGORIES= textproc www python
MASTER_SITES= http://www.makotemplates.org/downloads/ \
${MASTER_SITE_CHEESESHOP} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= source/M/Mako
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Mako-${PORTVERSION}
MAINTAINER= dryice@FreeBSD.org
COMMENT= Super-fast templating language in Python
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
${PYTHON_PKGNAMEPREFIX}beaker>=0.7.3:${PORTSDIR}/www/py-beaker
RUN_DEPENDS+= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYMAKO_EGG= Mako-${PORTVERSION}-py${PYTHON_VER}.egg
PLIST_SUB= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
PYMAKO_EGG=${PYMAKO_EGG}
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
.include <bsd.port.mk>