diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 08:51:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 08:51:42 +0800 |
commit | 98679a70a3593100c5e03c74cf38a4f072444471 (patch) | |
tree | 3cc5ecf431bf499dd7c5e83a582965543dd0bb78 /devel | |
parent | b97b1aa07419b6eefcc36a43a22482130177266c (diff) | |
download | freebsd-ports-gnome-98679a70a3593100c5e03c74cf38a4f072444471.tar.gz freebsd-ports-gnome-98679a70a3593100c5e03c74cf38a4f072444471.tar.zst freebsd-ports-gnome-98679a70a3593100c5e03c74cf38a4f072444471.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Event_Dispatcher/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/pear-Event_Dispatcher/Makefile b/devel/pear-Event_Dispatcher/Makefile index 2c2b16adbc1c..0e3b63d722ca 100644 --- a/devel/pear-Event_Dispatcher/Makefile +++ b/devel/pear-Event_Dispatcher/Makefile @@ -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} |