freebsd-ports/databases/pear-DB_Pager/Makefile
Pav Lucistnik 20b207d197 Add pear-DB_Pager, a class handles all the stuff needed for displaying
paginated results from a database query of Pear DB.
including fetching only the needed rows and giving extensive information
for helping build an HTML or GTK query result display.

PR:		ports/63346
Submitted by:	Toshiya SAITOH <toshiya@saitoh.nu>
2004-02-28 11:06:43 +00:00

25 lines
617 B
Makefile

# Ports collection makefile for: pear-DB_Pager
# Date created: 25 Febrary 2004
# Whom: Toshiya Saitoh (<toshiya@saitoh.nu>)
#
# $FreeBSD$
#
PORTNAME= DB_Pager
PORTVERSION= 0.7
CATEGORIES= databases www pear
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= toshiya@saitoh.nu
COMMENT= PEAR Database Abstraction Layer
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${BUILD_DEPENDS}
NO_BUILD= yes
FILES= Pager.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>