blob: a0d23564efc02be3c72f28c978fe2581485df31a (
plain) (
blame)
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
27
28
29
30
31
32
33
|
# 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}
BROKEN= Incorrect pkg-plist
CATEGORY= Console
FILES= Console/Getopt.php
post-patch:
@${CP} ${FILESDIR}/package.xml ${WRKDIR}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= uninstall failed on amd64 platforms
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|