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

24 lines
469 B
Makefile
Raw Normal View History

2011-11-16 10:56:36 -05:00
# $OpenBSD: Makefile,v 1.11 2011/11/16 15:56:37 robert 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
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},-mysql
2008-10-26 15:32:49 -04:00
.include <bsd.port.mk>