Tweak shells/nologinmsg version 1.0
[dports.git] / shells / pear-PHP_Shell / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD: shells/pear-PHP_Shell/Makefile 340722 2014-01-22 17:00:46Z mat $
3
4 PORTNAME=       PHP_Shell
5 PORTVERSION=    0.3.2
6 CATEGORIES=     shells www pear
7
8 MAINTAINER=     miwi@FreeBSD.org
9 COMMENT=        An interactive PHP Shell
10
11 USE_PHP=        pcre tokenizer readline
12
13 BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
14 RUN_DEPENDS=    ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
15
16 PEAR_AUTOINSTALL=       yes
17
18 .include <bsd.port.pre.mk>
19 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
20 .include <bsd.port.post.mk>