diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 11:13:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 11:13:01 +0000 |
commit | 161821107296490530b93845c580ba3e572f912f (patch) | |
tree | 63d5c441f7ea84241198b48610e94fc95f739462 /devel/pear-Event_Dispatcher/Makefile | |
parent | 2814e9c9f680615a4c4f6dfe36e3ae94dc96296c (diff) | |
download | ports-161821107296490530b93845c580ba3e572f912f.tar.gz ports-161821107296490530b93845c580ba3e572f912f.zip |
Notes
Diffstat (limited to 'devel/pear-Event_Dispatcher/Makefile')
-rw-r--r-- | devel/pear-Event_Dispatcher/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/pear-Event_Dispatcher/Makefile b/devel/pear-Event_Dispatcher/Makefile index 36c5c418b526..5525f6917b13 100644 --- a/devel/pear-Event_Dispatcher/Makefile +++ b/devel/pear-Event_Dispatcher/Makefile @@ -6,20 +6,19 @@ # PORTNAME= Event_Dispatcher -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR dispatch notifications using PHP callbacks BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -CATEGORY= Event -FILES= Dispatcher.php Notification.php +FILES= Event/Dispatcher.php Event/Notification.php EXAMPLES= bubbling.php cancel.php debugging.php notification-class.php \ object.php -TESTS= Console_TestListener.php Dispatcher_testcase.php test.php +TESTS= AllTests.php DispatcherTest.php post-extract: .for file in ${FILES} |