diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-08-24 12:06:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-08-24 12:06:37 +0000 |
commit | 7c923f4e85c545398a195d0f3bdc634d2d5ccc9e (patch) | |
tree | 23fc35297af8abc76069ab999983010d52d130d5 /databases/py-python-sql/Makefile | |
parent | Update to v5.23.2-22-g354f3e4. (diff) |
python-sql is a library to write SQL queries in a pythonic way.
WWW: http://python-sql.tryton.org/
Notes
Notes:
svn path=/head/; revision=395167
Diffstat (limited to 'databases/py-python-sql/Makefile')
-rw-r--r-- | databases/py-python-sql/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile new file mode 100644 index 000000000000..691669640520 --- /dev/null +++ b/databases/py-python-sql/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= python-sql +PORTVERSION= 0.7 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Library to write SQL queries + +#LICENSE= BSD + +USES= pkgconfig python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> |