1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/pear-PPW/Makefile
Martin Wilke 8a38f1d4c7 The PHP Project Wizard (PPW) is a commandline tool that can be used to generate
the scripts and configuration files necessary for the build automation of a PHP
project.

WWW: https://github.com/sebastianbergmann/php-project-wizard

PR:		ports/176074
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2013-02-18 01:05:35 +00:00

30 lines
826 B
Makefile

# 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= BSD
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
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>