pkgsrc/www/pear-HTML_Common/Makefile
taca 9e99c786fe Update pear-HTML_Common from 1.2.3 to 1.2.5.
1.2.5

Whitespace is no longer trimmed from quoted attribute values in
_parseAttribute() method (bug #15787)

1.2.4

Migrate to package.xml version 2.0, use proper header comment block.
No code changes since previous release.
2010-02-06 16:07:15 +00:00

14 lines
324 B
Makefile

# $NetBSD: Makefile,v 1.16 2010/02/06 16:07:15 taca Exp $
DISTNAME= HTML_Common-1.2.5
CATEGORIES= www
MAINTAINER= jdolecek@NetBSD.org
COMMENT= Base PHP class for other HTML classes
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-pear-HTML_Common-[0-9]*
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"