freebsd-ports/sysutils/pear-Log/Makefile
Oliver Lehmann 948b9f294c update pear-Log to 1.7.1
PR:		ports/57069
Submitted By:	Thierry Thomas <thierry@pompo.net>
2003-09-28 20:57:34 +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.1
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>