aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-PPW/Makefile
blob: 521b4eebc476a0b833c83d13866b5502389ca20d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$

PORTNAME=   PPW
PORTVERSION=    1.0.4
CATEGORIES= devel pear
MASTER_SITES=   http://pear.phpunit.de/get/
PKGNAMEPREFIX=  pear-
DISTNAME=   ppw-${DISTVERSION}

MAINTAINER= gasol.wu@gmail.com
COMMENT=    PHP Project Wizard

LICENSE=    BSD3CLAUSE

BUILD_DEPENDS=  pear>=1.9.4:${PORTSDIR}/devel/pear \
        pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
        pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template
RUN_DEPENDS=    pear>=1.9.4:${PORTSDIR}/devel/pear \
        pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
        pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template

PEAR_CHANNEL=   phpunit
USES=   pear

.include <bsd.port.mk>