mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
33 lines
752 B
Makefile
33 lines
752 B
Makefile
# Created by: Jose Jachuf <jjachuf@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fdb
|
|
PORTVERSION= 0.9.9
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Firebird RDBMS bindings for Python
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= fbclient:${PORTSDIR}/databases/firebird25-client
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_REL} >= 320
|
|
.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
|
|
.endif
|
|
|
|
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 <bsd.port.post.mk>
|