freebsd-ports/devel/pear-Console_CommandLine/Makefile
Martin Wilke 9f2b3427f1 - Update to 1.2.0
- Convert Header
2013-02-04 02:27:20 +00:00

18 lines
472 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Console_CommandLine
PORTVERSION= 1.2.0
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= A full featured command line options and arguments parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>