- 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)
15 lines
264 B
Makefile
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>
|