aboutsummaryrefslogblamecommitdiff
path: root/devel/pear-Console_Color/Makefile
blob: 78b502321813b9b950f11ae8fa7c03db98046bab (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                 
                     














                                                          
# Ports collection makefile for:  pear-Console_Color
# Date created:			  27 December 2006
# Whom:				  Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Console_Color
PORTVERSION=	1.0.2
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR use ANSI console colors

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	Console
FILES=		Color.php
EXAMPLES=	color_example.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>