summaryrefslogtreecommitdiff
path: root/devel/pear-PHP_ArrayOf/Makefile
blob: af775ff66428837a415c57a1cffcbd0960f3f4b6 (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
# New ports collection makefile for:	pear-PHP_ArrayOf
# Date created:		2008-09-22
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	PHP_ArrayOf
PORTVERSION=	0.2.1
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Abstract class package to create arrays of specific element types

BUILD_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

FILES=		PHP/ArrayOf.php PHP/ArrayOfInterface.php \
		PHP/ArrayOf/Exception.php
TESTS=		AcceptValue.phpt ArrayOfInteger.inc RejectValue.phpt \
		__construct_subclass.phpt ArrayAccess_Brackets.phpt \
		ArrayOfString.inc __construct_ArrayObject.phpt \
		ArrayAccess_Methods.phpt Countable.phpt __construct_array.phpt \
		ArrayOfAnything.inc IteratorAggregate.phpt \
		__construct_self.phpt
DOCS=		example1.php
_DOCSDIR=	docs/examples

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