575798908b
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Event_Dispatcher-1.1.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Event_Dispatcher-1.1.0.tgz fetch: http://pear.php.net/get/Event_Dispatcher-1.1.0.tgz: size mismatch: expected 8500, actual 8623 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Event_Dispatcher-1.1.0.tgz [1] Approved by: portmgr (blanket)
18 lines
400 B
Makefile
18 lines
400 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Event_Dispatcher
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR dispatch notifications using PHP callbacks
|
|
|
|
USES= pear
|
|
|
|
post-extract:
|
|
.for file in ${FILES}
|
|
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|