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

USE_PHP=	pcre tokenizer readline

USES=		pear php

.include <bsd.port.mk>