2005-01-28 00:03:23 +01:00
|
|
|
# Ports collection makefile for: pear-System_Command
|
|
|
|
# Date created: 27 January 2005
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= System_Command
|
2007-04-29 16:49:00 +02:00
|
|
|
PORTVERSION= 1.0.6
|
2005-01-28 00:03:23 +01:00
|
|
|
CATEGORIES= devel pear
|
|
|
|
|
2007-04-29 16:49:00 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-01-28 00:03:23 +01:00
|
|
|
COMMENT= PEAR command line execution interface
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-01-28 00:03:23 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= System
|
|
|
|
FILES= Command.php
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-01-28 00:03:23 +01:00
|
|
|
.include <bsd.port.post.mk>
|