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

21 lines
390 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 02:52:07 espie Exp $
2008-10-26 15:32:49 -04:00
COMMENT= database abstraction layer for PHP
V= 1.4.1
DISTNAME= MDB2_Driver_mysql-${V}
PKGNAME= pear-MDB2-mysql-${V}
2011-11-16 10:56:36 -05:00
REVISION= 6
CATEGORIES= net databases
2008-10-26 15:32:49 -04:00
2011-07-08 14:46:16 -04:00
MODULES= lang/php www/pear
2008-10-26 15:32:49 -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},-mysql
2008-10-26 15:32:49 -04:00
.include <bsd.port.mk>