mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Trim header
- Convert to PEAR_AUTOTOOLS
This commit is contained in:
parent
7d5bb69ecc
commit
72df57b602
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314239
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: pear-PHP_ArrayOf
|
||||
# Date created: 2008-09-22
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PHP_ArrayOf
|
||||
PORTVERSION= 0.2.1
|
||||
@ -12,19 +8,10 @@ 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
|
||||
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
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
Loading…
Reference in New Issue
Block a user