# Created by: Jose Jachuf # $FreeBSD$ PORTNAME= fdb PORTVERSION= 2.0.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Firebird RDBMS bindings for Python LICENSE= ISCL py27_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} NO_ARCH= yes USES= firebird python USE_PYTHON= autoplist distutils .include post-patch: @${ECHO_MSG} @${ECHO_MSG} "Please make sure that your firebird-client installation" @${ECHO_MSG} "is built with command make -DPACKAGE_BUILDING." @${ECHO_MSG} "The build of py-fdb will fail otherwise." @${ECHO_MSG} .include