Edit

IABSD.fr/ports/databases/pear-MDB2-pgsql/Makefile

Branch :

  • Show log

    Commit

  • Author : robert
    Date : 2013-08-12 04:11:20
    Hash : d5b92dde
    Message : bump REVISION due to the php update

  • databases/pear-MDB2-pgsql/Makefile
  • # $OpenBSD: Makefile,v 1.3 2013/08/12 04:11:20 robert Exp $
    
    COMMENT =	PostgreSQL database abstraction layer for PHP
    
    V =		1.4.1
    DISTNAME =	MDB2_Driver_pgsql-${V}
    PKGNAME =	pear-MDB2-pgsql-${V}
    CATEGORIES =	net databases
    MAINTAINER =	Johan Huldtgren <jhuldtgren@gmail.com>
    REVISION =	0
    
    MODULES =	lang/php www/pear
    
    # PHP License
    PERMIT_PACKAGE_CDROM =		Yes
    
    RUN_DEPENDS =	databases/pear-MDB2>=2.4.1 \
    		lang/php/${MODPHP_VERSION},-pgsql
    
    .include <bsd.port.mk>