openbsd-ports/databases/pear-MDB2-mysqli/Makefile

22 lines
461 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 02:52:07 espie Exp $
2009-06-22 11:45:40 -04:00
COMMENT = MySQLi database abstraction layer for PHP
V = 1.4.1
DISTNAME = MDB2_Driver_mysqli-${V}
PKGNAME = pear-MDB2-mysqli-${V}
CATEGORIES = net databases
2009-06-22 11:45:40 -04:00
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
2011-07-08 14:46:16 -04:00
MODULES = lang/php www/pear
2011-11-16 10:56:36 -05:00
REVISION = 3
2009-06-22 11:45:40 -04:00
# PHP License
PERMIT_PACKAGE_CDROM = Yes
2010-11-26 02:18:59 -05:00
RUN_DEPENDS = databases/pear-MDB2>=2.4.1 \
2011-07-08 14:46:16 -04:00
lang/php/${MODPHP_VERSION},-mysqli
2009-06-22 11:45:40 -04:00
.include <bsd.port.mk>