Index: head/devel/py-cheetah3/Makefile =================================================================== --- head/devel/py-cheetah3/Makefile (revision 528098) +++ head/devel/py-cheetah3/Makefile (revision 528099) @@ -1,25 +1,26 @@ # Created by: Dan Langille # $FreeBSD$ PORTNAME= cheetah DISTVERSION= 3.2.4 CATEGORIES= devel textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 DISTNAME= Cheetah3-${DISTVERSION} MAINTAINER= FreeBSD@ShaneWare.Biz 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 USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Cheetah/*.so .include Index: head/devel/py-cheetah3/pkg-descr =================================================================== --- head/devel/py-cheetah3/pkg-descr (revision 528098) +++ head/devel/py-cheetah3/pkg-descr (revision 528099) @@ -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/