2005-03-17 00:55:03 +01:00
|
|
|
# Ports collection makefile for: pear-Event_Dispatcher
|
|
|
|
# Date created: 15 March 2005
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Event_Dispatcher
|
2006-01-11 19:37:07 +01:00
|
|
|
PORTVERSION= 1.0.0
|
2005-03-17 00:55:03 +01:00
|
|
|
CATEGORIES= devel pear
|
|
|
|
|
2006-09-23 02:23:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-17 00:55:03 +01:00
|
|
|
COMMENT= PEAR dispatch notifications using PHP callbacks
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-03-17 00:55:03 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Event
|
|
|
|
FILES= Dispatcher.php Notification.php
|
2006-01-11 19:37:07 +01:00
|
|
|
EXAMPLES= bubbling.php cancel.php debugging.php notification-class.php \
|
|
|
|
object.php
|
2005-03-17 00:55:03 +01:00
|
|
|
TESTS= Console_TestListener.php Dispatcher_testcase.php test.php
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
.for file in ${FILES}
|
|
|
|
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-03-17 00:55:03 +01:00
|
|
|
.include <bsd.port.post.mk>
|