- Update WWW Changes: https://pear.php.net/package/HTML_Template_Sigma/download https://github.com/pear/HTML_Template_Sigma/blob/master/ChangeLog.md
18 lines
381 B
Makefile
18 lines
381 B
Makefile
PORTNAME= HTML_Template_Sigma
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Implementation of Integrated Templates API with template 'compilation' added
|
|
WWW= https://pear.php.net/package/HTML_Template_Sigma \
|
|
https://github.com/pear/HTML_Template_Sigma
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= pear
|
|
USE_PHP= ctype
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|