Files
ports/devel/pear-HTML_Page2/Makefile
T
Torsten Zuehlsdorff c01a34dcad devel/pear-HTML_Page2: fix HTML5 doctype and add lang attribute
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)
2026-03-25 15:43:02 +01:00

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>