aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_CommandLine/Makefile
blob: f6b0a90b18e91bc826179944c7bc79fd53ecfd0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME=	Console_CommandLine
PORTVERSION=	1.2.2
CATEGORIES=	devel www pear

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Full featured command line options and arguments parser

LICENSE=	MIT

NO_ARCH=	yes
USES=		pear php
USE_PHP=	dom

.include <bsd.port.mk>