aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-Console_CommandLine/Makefile
blob: b02daf0ea4e39e7803e89e63d021fa2779463614 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Console_CommandLine
PORTVERSION=	1.2.2
CATEGORIES=	devel www pear

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Full featured command line options and arguments parser
WWW=		https://pear.php.net/package/Console_CommandLine

LICENSE=	MIT

NO_ARCH=	yes
USES=		pear php
USE_PHP=	dom

.include <bsd.port.mk>