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

25 lines
541 B
Makefile
Raw Normal View History

2011-11-16 10:56:36 -05:00
# $OpenBSD: Makefile,v 1.9 2011/11/16 15:56:37 robert 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
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>