mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
33e056853e
+ update port: devel/pear-Pager to 2.2.4 + changelog: http://pear.php.net/package/Pager/download/2.2.5/ PR: ports/76356 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
30 lines
929 B
Makefile
30 lines
929 B
Makefile
# 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.2.5
|
|
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_tests.php simple_include.php README
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|