mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4502789816
- depends on mako instead of myghtyutils
36 lines
927 B
Makefile
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>
|