1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/py-fdb/Makefile
Mathieu Arnold 38cbe5cc9e Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to USES=firebird.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:14:02 +00:00

29 lines
632 B
Makefile

# Created by: Jose Jachuf <jjachuf@gmail.com>
# $FreeBSD$
PORTNAME= fdb
PORTVERSION= 1.6
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Firebird RDBMS bindings for Python
LICENSE= ISCL
NO_ARCH= yes
USES= firebird python
USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>
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>