freebsd-ports/devel/pear-ezc_ConsoleTools/Makefile
Ruslan Makhmatkhanov e2910b490a A set of classes to do different actions with the console (also called shell).
It can render a progress bar, tables and a status bar and contains a class for
parsing command line options.

WWW: http://ezcomponents.org/

PR:		172763
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 18:28:40 +00:00

27 lines
827 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= ConsoleTools
PORTVERSION= 1.6.1
CATEGORIES= devel pear
MASTER_SITES= http://components.ez.no/get/
PKGNAMEPREFIX= pear-${PEAR_CHANNEL}_
MAINTAINER= gasol.wu@gmail.com
COMMENT= Set of classes to do different actions with the console
LICENSE= BSD
BUILD_DEPENDS= pear>=1.4.2:${PORTSDIR}/devel/pear \
pear-ezc_Base>=1.8:${PORTSDIR}/devel/pear-ezc_Base \
${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
RUN_DEPENDS= pear>=1.4.2:${PORTSDIR}/devel/pear \
pear-ezc_Base>=1.8:${PORTSDIR}/devel/pear-ezc_Base \
${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
PEAR_CHANNEL= ezc
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>