freebsd-ports/shells/pear-PHP_Shell/Makefile
Sunpoet Po-Chuan Hsieh 8faca1198e Update distinfo and unbreak this port
- While I'm here:
  - Add USES=php
  - Fix indent

Content of tarballs are unchanged (checked against [1]).

=> PHP_Shell-0.3.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/PHP_Shell-0.3.2.tgz
fetch: http://pear.php.net/get/PHP_Shell-0.3.2.tgz: size mismatch: expected 99252, actual 101482

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/PHP_Shell-0.3.2.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:44:58 +00:00

15 lines
264 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= PHP_Shell
PORTVERSION= 0.3.2
CATEGORIES= shells www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Interactive PHP Shell
USE_PHP= pcre tokenizer readline
USES= pear php
.include <bsd.port.mk>