summaryrefslogtreecommitdiffstats
path: root/devel/pear-Pager/Makefile
blob: 9ed8880b3a80854c806764dbcba5afa5d62064fd (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
27
28
29
30
31
# Ports collection makefile for:  pear-Pager
# Date created:			  09 November 2004
# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=	Pager
PORTVERSION=	2.3.3
CATEGORIES=	devel www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR data paging class

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

CATEGORY=	Pager
FILES=		Common.php Jumping.php Pager.php Sliding.php
EXAMPLES=	example.php Pager_Wrapper.php
TESTS=		all_tests.php pager_include.php pager_jumping_noData_test.php \
		pager_jumping_test.php pager_jumping_tests.php \
		pager_noData_test.php pager_sliding_noData_test.php \
		pager_sliding_notExpanded_test.php pager_sliding_test.php \
		pager_sliding_tests.php pager_test.php pager_test_xss.php \
		pager_tests.php pager_wrapper_include.php \
		pager_wrapper_test.php simple_include.php README

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud