freebsd-ports/devel/pear-Console_CommandLine/Makefile
Muhammad Moinur Rahman 1d511b7d12 devel/pear-Console_CommandLine: Update version 1.2.1=>1.2.2
- Take MAINTAINERSHIP
2016-07-28 12:51:11 +00:00

17 lines
311 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
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>