- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
9ea40086b0
commit
19f41e6b7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314204
1 changed files with 3 additions and 10 deletions
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: pear-Event_Dispatcher
|
||||
# Date created: 15 March 2005
|
||||
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
#
|
||||
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Event_Dispatcher
|
||||
PORTVERSION= 1.1.0
|
||||
|
@ -13,12 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
|
|||
COMMENT= PEAR dispatch notifications using PHP callbacks
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
FILES= Event/Dispatcher.php Event/Notification.php
|
||||
EXAMPLES= bubbling.php cancel.php debugging.php notification-class.php \
|
||||
object.php
|
||||
TESTS= AllTests.php DispatcherTest.php
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
post-extract:
|
||||
.for file in ${FILES}
|
||||
|
|
Loading…
Reference in a new issue