db4663d539
Sponsored by: Netzkommune GmbH
16 lines
278 B
Makefile
16 lines
278 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_Shell
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= shells www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Interactive PHP Shell
|
|
|
|
USE_PHP= pcre tokenizer readline
|
|
|
|
USES= pear php
|
|
|
|
.include <bsd.port.mk>
|