aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DB_Pager/Makefile
blob: 3264f046b95e8684ffab2668c4f9a8bededccf2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

MAINTAINER= toshiya@saitoh.nu
COMMENT=    PEAR Database Abstraction Layer

BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/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/bsd.pear.mk"
.include <bsd.port.post.mk>