mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
ae8063a0b3
commit
671c0e8fcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314252
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: pear-Console_Color
|
||||
# Date created: 27 December 2006
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Console_Color
|
||||
PORTVERSION= 1.0.3
|
||||
@ -13,11 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= PEAR use ANSI console colors
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
CATEGORY= Console
|
||||
FILES= Color.php
|
||||
EXAMPLES= color_example.php
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
Loading…
Reference in New Issue
Block a user