16 lines
299 B
Makefile
16 lines
299 B
Makefile
# 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>
|