1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

devel/py-cheetah: fix INDEX

PR:		209922
This commit is contained in:
Kurt Jaeger 2016-07-03 18:12:19 +00:00
parent b493dc4c03
commit 1044653b06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417985

View File

@ -4,7 +4,7 @@
PORTNAME= cheetah
PORTVERSION= 2.4.4
PORTREVISION= 1
CATEGORIES= devel textproc www python:2.7
CATEGORIES= devel textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Cheetah-${DISTVERSION}
@ -14,7 +14,7 @@ COMMENT= HTML template engine for Python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown
USES= python
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>