summaryrefslogtreecommitdiff
path: root/devel/pear-ezc_ConsoleTools/Makefile
blob: e282d7a6a9e6888d6a5b0c9ee863be68fa3843ad (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
# 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=	BSD3CLAUSE

BUILD_DEPENDS=	pear-ezc_Base>=1.8:devel/pear-ezc_Base \
		${PEARDIR}/.channels/components.ez.no.reg:devel/pear-channel-ezc
RUN_DEPENDS=	pear-ezc_Base>=1.8:devel/pear-ezc_Base \
		${PEARDIR}/.channels/components.ez.no.reg:devel/pear-channel-ezc

PEAR_CHANNEL=	ezc
USES=	pear

.include <bsd.port.mk>