freebsd-ports/devel/pear-Event_Dispatcher/Makefile
Sunpoet Po-Chuan Hsieh 575798908b Update distinfo and unbreak this port
- 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)
2017-06-11 07:31:47 +00:00

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>