freebsd-ports/devel/pear-HTML_Common2/Makefile
Martin Wilke de11675478 The HTML_Common2 package provides methods for HTML code display and
attributes handling.
* Provides methods to set, remove, merge HTML attributes.
* Handles global document options (charset, linebreak and more).
* Provides methods to handle indentation and HTML comments.

WWW: http://pear.php.net/package/HTML_Common2/
2006-12-26 20:49:30 +00:00

24 lines
574 B
Makefile

# Ports collection makefile for: pear-HTML_Common2
# Date created: 27 December 2006
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML_Common2
PORTVERSION= 0.3.0
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR::HTML_Common2 is a base class for other HTML classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Common2.php
TESTS= HTML_Common2_Test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>