PR: 166434 Submitted by: Jose Jachuf <jjachuf at gmail dot com> (maintainer) Feature safe: yes
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# New ports collection makefile for: py-firebirdsql
|
|
# Date created: 2011-04-11
|
|
# Whom: Jose Jachuf <jjachuf@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firebirdsql
|
|
PORTVERSION= 0.6.6
|
|
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
|
|
|
|
.include <bsd.port.mk>
|