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

25 lines
540 B
Makefile
Raw Normal View History

2011-09-16 04:48:01 -04:00
# $OpenBSD: Makefile,v 1.8 2011/09/16 08:48:03 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-09-16 04:48:01 -04:00
REVISION = 2
2009-06-22 11:45:40 -04:00
# PHP License
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = 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>