freebsd-ports/devel/pear-HTML_Common/Makefile
Shaun Amott 4ef0bfb4a6 - Update to 1.2.3.
- Assign maintainership to submitter.

PR:		ports/104700
Submitted by:	chinsan
2006-10-31 18:56:52 +00:00

23 lines
548 B
Makefile

# Ports collection makefile for: pear-HTML_Common
# Date created: 29 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= HTML_Common
PORTVERSION= 1.2.3
CATEGORIES= devel www pear
MAINTAINER= chinsan@FreeBSD.org
COMMENT= PEAR::HTML_Common is a base class for other HTML classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Common.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>