Index: head/www/smarty3/Makefile =================================================================== --- head/www/smarty3/Makefile (revision 501010) +++ head/www/smarty3/Makefile (revision 501011) @@ -1,31 +1,32 @@ # Created by: Michael Fausten # $FreeBSD$ PORTNAME= smarty DISTVERSIONPREFIX= v DISTVERSION= 3.1.32 CATEGORIES= www PKGNAMESUFFIX= 3${PHP_PKGNAMESUFFIX} MAINTAINER= ports@michael-fausten.de COMMENT= PHP compiling template engine -LICENSE= LGPL3 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:web,flavors USE_PHP= pcre USE_GITHUB= yes GH_ACCOUNT= smarty-php NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include Index: head/www/smarty3/pkg-descr =================================================================== --- head/www/smarty3/pkg-descr (revision 501010) +++ head/www/smarty3/pkg-descr (revision 501011) @@ -1,11 +1,11 @@ Smarty is a template engine for PHP. Many other template engines for PHP provide basic variable substitution and dynamic block functionality. Smarty takes a step further to be a "smart" template engine, adding features such as configuration files, template functions, and variable modifiers, and making all of this functionality as easy as possible to use for both programmers and template designers. Smarty also converts the templates into PHP scripts, eliminating the need to parse the templates on every invocation. This makes Smarty extremely scalable and managable for large application needs. -WWW: http://www.smarty.net/ +WWW: https://www.smarty.net/