mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e6af98ecdc
PR: 187393 Submitted by: maintainer
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# Created by: Jose Jachuf <jjachuf@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firebirdsql
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Python DBAPI module for FirebirdSQL
|
|
|
|
LICENSE= BSD
|
|
|
|
# Python3 ready
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|