blob: 349bee4edc103d9d5d429c838065f5754a709b02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= ConsoleTools
PORTVERSION= 1.6.1
CATEGORIES= devel pear
MASTER_SITES= http://components.ez.no/get/
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}${PEAR_CHANNEL}_
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of classes to do different actions with the console
WWW= https://ezcomponents.org/
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}ezc_Base>=1.8:devel/pear-ezc_Base@${PHP_FLAVOR}
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}ezc_Base>=1.8:devel/pear-ezc_Base@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
PEAR_CHANNEL= ezc
.include <bsd.port.mk>
|