17 lines
353 B
Makefile
17 lines
353 B
Makefile
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>
|