2013-03-17 15:59:02 +01:00
|
|
|
# Created by: Toshiya Saitoh (<toshiya@saitoh.nu>)
|
2004-02-28 12:06:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DB_Pager
|
|
|
|
PORTVERSION= 0.7
|
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
|
|
|
MAINTAINER= toshiya@saitoh.nu
|
|
|
|
COMMENT= PEAR Database Abstraction Layer
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
2004-02-28 12:06:43 +01:00
|
|
|
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
2013-03-17 15:59:02 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
2004-02-28 12:06:43 +01:00
|
|
|
|
2013-03-17 15:59:02 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2004-02-28 12:06:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-02-28 12:06:43 +01:00
|
|
|
.include <bsd.port.post.mk>
|