aboutsummaryrefslogblamecommitdiff
path: root/devel/pear-Console_CommandLine/Makefile
blob: 0151963a8052a4d6403728eee8af1efb15c42c54 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                 
                     













                                                                                                  

                                                                             







                                                                                           



                                                              






                                                             
                                                      
                                                            






                                                                                     

                                                                                     



                                                                                     
                                      



                                             
# Ports collection makefile for:  pear-Console_CommandLine
# Date created:			  21 December 2007
# Whom:				  Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Console_CommandLine
PORTVERSION=	1.0.6
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	A full featured command line options and arguments parser

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

CATEGORY=	Console
FILES=		CommandLine.php CommandLine/Action.php CommandLine/Command.php\
		CommandLine/Renderer.php CommandLine/Element.php CommandLine/MessageProvider.php \
		CommandLine/Outputter.php CommandLine/Result.php CommandLine/Argument.php \
		CommandLine/Exception.php CommandLine/Option.php CommandLine/XmlParser.php \
		CommandLine/Action/Callback.php CommandLine/Action/Counter.php \
		CommandLine/Action/Help.php CommandLine/Action/Password.php \
		CommandLine/Action/StoreArray.php \
		CommandLine/Action/StoreFalse.php CommandLine/Action/StoreFloat.php \
		CommandLine/Action/StoreInt.php CommandLine/Action/StoreString.php \
		CommandLine/Action/StoreTrue.php CommandLine/Action/Version.php \
		CommandLine/MessageProvider/Default.php CommandLine/Outputter/Default.php \
		CommandLine/Renderer/Default.php
DATA=		xmlschema.rng
EXAMPLES=	ex1.php ex2.php ex2.xml
_EXAMPLESDIR=	docs/examples
TESTS=		AllTests.php console_commandline_accept.phpt \
		console_commandline_addargument.phpt \
		console_commandline_addcommand.phpt \
		console_commandline_addoption.phpt \
		console_commandline_addoption_errors_1.phpt \
		console_commandline_addoption_errors_2.phpt \
		console_commandline_addoption_errors_3.phpt \
		console_commandline_addoption_errors_4.phpt \
		console_commandline_addoption_errors_5.phpt \
		console_commandline_addoption_errors_6.phpt \
		console_commandline_addoption_errors_7.phpt \
		console_commandline_fromxmlfile.phpt \
		console_commandline_fromxmlfile_error.phpt \
		console_commandline_fromxmlstring.phpt \
		console_commandline_parse_1.phpt console_commandline_parse_2.phpt \
		console_commandline_parse_3.phpt console_commandline_parse_4.phpt \
		console_commandline_parse_5.phpt console_commandline_parse_6.phpt \
		console_commandline_parse_7.phpt console_commandline_parse_8.phpt \
		console_commandline_parse_9.phpt console_commandline_parse_10.phpt \
		console_commandline_parse_11.phpt console_commandline_parse_12.phpt \
		console_commandline_parse_13.phpt console_commandline_parse_14.phpt \
		console_commandline_parse_15.phpt console_commandline_parse_16.phpt \
		console_commandline_parse_17.phpt console_commandline_parse_18.phpt \
		console_commandline_webrequest_1.phpt \
		console_commandline_webrequest_2.phpt \
		console_commandline_webrequest_3.phpt \
		test.xml tests.inc.php

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