c01a34dcad
Use <!DOCTYPE html> for HTML 4.01 strict and add lang attribute to the html tag for W3C validation compliance. PR: 270453 Submitted by: dvl@FreeBSD.org Approved by: dvl@FreeBSD.org (maintainer timeout)
19 lines
368 B
Makefile
19 lines
368 B
Makefile
PORTNAME= HTML_Page2
|
|
PORTVERSION= 0.6.5
|
|
PORTREVISON= 1
|
|
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>
|