aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-HTML_Template_IT/Makefile
blob: e87c63f00bd351e24441aa582f6dba62cd6e5699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>