aboutsummaryrefslogtreecommitdiff
path: root/databases/py-fdb/Makefile
blob: ce8ce8c09662a173cacd7c523289b782caca0fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	fdb
PORTVERSION=	2.0.1
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	jjachuf@gmail.com
COMMENT=	Firebird RDBMS bindings for Python

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE.TXT

USES=		firebird python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

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.mk>