openbsd-ports/databases/pear-MDB2-mysql/Makefile
2013-03-11 02:52:04 +00:00

21 lines
390 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/03/11 02:52:07 espie Exp $
COMMENT= database abstraction layer for PHP
V= 1.4.1
DISTNAME= MDB2_Driver_mysql-${V}
PKGNAME= pear-MDB2-mysql-${V}
REVISION= 6
CATEGORIES= net databases
MODULES= lang/php www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= databases/pear-MDB2>=2.4.1 \
lang/php/${MODPHP_VERSION},-mysql
.include <bsd.port.mk>