aboutsummaryrefslogtreecommitdiffstats
path: root/shells/pear-PHP_Shell/Makefile
blob: 2fa46ea4157b1127841ecf01d6a231b6ece93bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   PHP_Shell
PORTVERSION=    0.3.2
CATEGORIES= shells www pear

MAINTAINER= ports@FreeBSD.org
COMMENT=    Interactive PHP Shell

USE_PHP=    pcre tokenizer readline

USES=   pear

.include <bsd.port.mk>