freebsd-ports/devel/pear-HTML_Common/Makefile
Thierry Thomas 960e9e17f1 Let Makefile.common do the work.
PR:		ports/65495
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor)
2004-04-13 20:20:53 +00:00

23 lines
560 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.1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR::HTML_Common is a base class for other HTML classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Common.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>