freebsd-ports/devel/pear-Console_Getopt/Makefile
Edwin Groothuis b4dab1d061 devel/pear-Console_Getopt: upgrading to 1.2.
Upgrading pear-Console_Getopt to its latest release.
	Remark: 1.1 was intentionally missed.

PR:		ports/60279
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-28 08:08:11 +00:00

22 lines
510 B
Makefile

# Ports collection makefile for: pear-Console_Getopt
# Date created: 23 October 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Console_Getopt
PORTVERSION= 1.2
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR command-line option parser
BUILD_DEPENDS= pear:${PORTSDIR}/lang/php4
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= Console/Getopt.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>