mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
b233276d78
Approved by: mat (mentor)
16 lines
257 B
Makefile
16 lines
257 B
Makefile
# 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>
|