freebsd-ports/devel/pear-HTML_Common/Makefile
Norikatsu Shigemura 8f458f5166 Update to 1.2.1.
PR:		ports/53518
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-06-20 05:28:06 +00:00

26 lines
669 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
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}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
do-install:
@${MKDIR} ${PEARDIR}/HTML
@${CP} -Rp ${WRKSRC}/Common.php ${PEARDIR}/HTML
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTML
.include <bsd.port.post.mk>