mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Update WWW Changes: https://pear.php.net/package/HTML_Template_IT/download/ https://github.com/pear/HTML_Template_IT/releases
18 lines
350 B
Makefile
18 lines
350 B
Makefile
PORTNAME= HTML_Template_IT
|
|
PORTVERSION= 1.3.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Integrated Templates
|
|
WWW= https://pear.php.net/package/HTML_Template_IT \
|
|
https://github.com/pear/HTML_Template_IT
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|