freebsd-ports/devel/pear-Console_Getopt/Makefile
Kris Kennaway a860cdceca BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-26 20:58:36 +00:00

24 lines
501 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
BROKEN= Incomplete pkg-plist
WANT_PHP_PEAR= yes
USE_PHP= yes
FILES= Console/Getopt.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>