2cee0c25ff
- fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry
22 lines
470 B
Makefile
22 lines
470 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
|
|
|
|
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>
|