diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-04-22 00:47:39 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-04-22 00:47:39 +0000 |
commit | 2bec4362d9b8de36c0892f4c55953fa7480130a8 (patch) | |
tree | ef362b82f8f617b0dbefe32121b25d78db75a8a6 /databases/py-firebirdsql/Makefile | |
parent | 9708defb1172626255cd489ba6dd02a305e3b222 (diff) | |
download | ports-2bec4362d9b8de36c0892f4c55953fa7480130a8.tar.gz ports-2bec4362d9b8de36c0892f4c55953fa7480130a8.zip |
This is a python DBAPI module for FirebirdSQL.
WWW: https://github.com/nakagami/pyfirebirdsql
PR: ports/156414
Submitted by: Jose Jachuf <jjachuf@gmail.com>
Notes
Notes:
svn path=/head/; revision=273014
Diffstat (limited to 'databases/py-firebirdsql/Makefile')
-rw-r--r-- | databases/py-firebirdsql/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/py-firebirdsql/Makefile b/databases/py-firebirdsql/Makefile new file mode 100644 index 000000000000..103eaa8bbe0e --- /dev/null +++ b/databases/py-firebirdsql/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: py-firebirdsql +# Date created: 2011-04-11 +# Whom: Jose Jachuf <jjachuf@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= firebirdsql +PORTVERSION= 0.4.0 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jjachuf@gmail.com +COMMENT= Python DBAPI module for FirebirdSQL + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> |