1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/textproc/py-mako/Makefile

25 lines
597 B
Makefile
Raw Normal View History

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= mako
2016-03-26 11:33:30 +00:00
PORTVERSION= 1.0.4
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Mako-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Super-fast templating language in Python
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
RUN_DEPENDS+= ${BUILD_DEPENDS}
USES= python
2015-12-09 08:18:49 +00:00
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>