4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
16 lines
340 B
Makefile
16 lines
340 B
Makefile
# Created by: 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}/DB.php:databases/pear-DB
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|