aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_CommandLine/Makefile
blob: 727c2ef352694153992cc865130f5779599dd539 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>