freebsd-ports/devel/pear-Pager/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

34 lines
1.1 KiB
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.4.8
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR data paging class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
CATEGORY= Pager
FILES= Common.php Jumping.php Pager.php Sliding.php \
HtmlWidgets.php Pager_savebc.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 \
multibyte_post.php pager_post_test.php \
pager_post_tests.php pager_post_test_simple.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>