Index: head/devel/py-cheetah/Makefile =================================================================== --- head/devel/py-cheetah/Makefile (revision 529957) +++ head/devel/py-cheetah/Makefile (revision 529958) @@ -1,22 +1,23 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= cheetah PORTVERSION= 2.4.4 PORTREVISION= 1 CATEGORIES= devel textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Cheetah-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= HTML template engine for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-cheetah/pkg-descr =================================================================== --- head/devel/py-cheetah/pkg-descr (revision 529957) +++ head/devel/py-cheetah/pkg-descr (revision 529958) @@ -1,7 +1,7 @@ Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group. -WWW: http://cheetahtemplate.org/ +WWW: https://cheetahtemplate.org/