freebsd-ports/databases/pear-DB_Pager/Makefile
Baptiste Daroussin 427938c0ff Convert to USES=pear
Use options helpers
2014-09-23 14:14:19 +00:00

16 lines
364 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:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
USES= pear
.include <bsd.port.mk>