mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
23 lines
667 B
Makefile
23 lines
667 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= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= pear-ezc_Base>=1.8:${PORTSDIR}/devel/pear-ezc_Base \
|
|
${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
|
|
RUN_DEPENDS= pear-ezc_Base>=1.8:${PORTSDIR}/devel/pear-ezc_Base \
|
|
${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
|
|
|
|
PEAR_CHANNEL= ezc
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|