- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_Shell
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= shells www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Interactive PHP Shell
|
|
|
|
USE_PHP= pcre tokenizer readline
|
|
|
|
USES= pear php
|
|
|
|
.include <bsd.port.mk>
|