summaryrefslogtreecommitdiff
path: root/devel/pear-Console_Getopt/Makefile
blob: 64ba94e77b36b55a4afe4916d0c9e10676f0c0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ports collection makefile for:  pear-Console_Getopt
# Date created:			  2006/08/02
# Whom:				  chinsan <chinsan.tw@gmail.com>
#
# $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}

CATEGORY=	Console
FILES=		Console/Getopt.php

post-patch:
	@${CP} ${FILESDIR}/package.xml ${WRKDIR}

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>