aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_Page2/Makefile
blob: 74cbc6633f557b88521446ba0948bfa26c79df4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	HTML_Page2
PORTVERSION=	0.6.5
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR base class for XHTML page generation
WWW=		https://pear.php.net/package/HTML_Page2

LICENSE=	PHP30

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}HTML_Common>=1.2:devel/pear-HTML_Common@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>