freebsd-ports/sysutils/pear-Log/Makefile
Edwin Groothuis a0cc0d13b2 sysutils/pear-Log: upgrading to 1.7.0.
Upgrade pear-Log to its latest stable release.
	Changelog: <http://pear.php.net/package-changelog.php?package=Log>;.

PR:		ports/55205
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-25 01:41:05 +00:00

25 lines
588 B
Makefile

# Ports collection makefile for: pear-Log
# Date created: 22 October 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Log
PORTVERSION= 1.7.0
CATEGORIES= sysutils www
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR logging utilities
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
do-install:
@${CP} -Rp ${WRKSRC}/* ${PEARDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${PORTNAME}*
.include <bsd.port.post.mk>