2002-11-17 06:03:54 +01:00
|
|
|
# Ports collection makefile for: pear-Console_Getopt
|
|
|
|
# Date created: 23 October 2002
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Console_Getopt
|
2003-12-28 09:08:11 +01:00
|
|
|
PORTVERSION= 1.2
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2002-11-17 06:03:54 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= PEAR command-line option parser
|
2002-11-17 06:03:54 +01:00
|
|
|
|
2005-03-26 21:58:36 +01:00
|
|
|
BROKEN= Incomplete pkg-plist
|
|
|
|
|
2004-07-15 19:58:05 +02:00
|
|
|
WANT_PHP_PEAR= yes
|
|
|
|
USE_PHP= yes
|
2002-11-17 06:03:54 +01:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
FILES= Console/Getopt.php
|
2002-11-17 06:03:54 +01:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
2002-11-17 06:03:54 +01:00
|
|
|
.include <bsd.port.post.mk>
|