aboutsummaryrefslogtreecommitdiff
path: root/shells/pear-PHP_Shell/Makefile
blob: cf22dd415dd7b815c1c2333b26a24e8214044209 (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=	miwi@FreeBSD.org
COMMENT=	Interactive PHP Shell

USE_PHP=	pcre tokenizer readline

USES=	pear

.include <bsd.port.mk>