openbsd-ports/www/pear-HTML-Common/Makefile
avsm b2096689de initial import of pear-HTML-Common-1.0
--

The HTML_Common package provides methods for HTML code display and
attributes handling.

 1) Methods to set, remove, update HTML attributes.
 2) Handles comments in HTML code.
 3) Handles layout and tabs for nicer HTML code.
2003-04-03 23:39:33 +00:00

24 lines
473 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/04/03 23:39:33 avsm Exp $
COMMENT= "base package for HTML handling in PHP"
V= 1.0
DISTNAME= HTML_Common-${V}
PKGNAME= pear-HTML-Common-${V}
CATEGORIES= devel www pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MODULES= pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>