From 5e70a7cbf624d8bd2d29153fff28b1e4f74b07dd Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 9 Mar 2020 09:32:07 +0000 Subject: [PATCH] - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket --- devel/py-cheetah3/Makefile | 1 + devel/py-cheetah3/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-cheetah3/Makefile b/devel/py-cheetah3/Makefile index e156a735df89..eab6125d8ef7 100644 --- a/devel/py-cheetah3/Makefile +++ b/devel/py-cheetah3/Makefile @@ -13,6 +13,7 @@ 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} diff --git a/devel/py-cheetah3/pkg-descr b/devel/py-cheetah3/pkg-descr index 2d7932a70a22..a0cd4eeb4b3f 100644 --- a/devel/py-cheetah3/pkg-descr +++ b/devel/py-cheetah3/pkg-descr @@ -4,4 +4,4 @@ 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/