freebsd-ports/databases/pear-DB_Pager/Makefile
Alex Dupre 4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00

25 lines
603 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 \
${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>