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