# Ports collection makefile for: pear-Console_Getopt # Date created: 2006/08/02 # Whom: chinsan # # $FreeBSD$ # PORTNAME= Console_Getopt PORTVERSION= 1.2 CATEGORIES= devel pear MAINTAINER= chinsan@FreeBSD.org COMMENT= PHP class that provides Command-line option parser BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= Incorrect pkg-plist CATEGORY= Console FILES= Console/Getopt.php post-patch: @${CP} ${FILESDIR}/package.xml ${WRKDIR} .include .if ${ARCH} == "amd64" BROKEN= uninstall failed on amd64 platforms .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include