aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-24 15:33:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-24 15:33:57 +0000
commite279ecb88a423587e5771e04f872044d1c3ab27d (patch)
tree3fe19fecae16c357adf7f28844db49d2bda325ce /databases/Makefile
parent21df432fcac9cb01948e86e4fee08ed7b48da709 (diff)
downloadports-e279ecb88a423587e5771e04f872044d1c3ab27d.tar.gz
ports-e279ecb88a423587e5771e04f872044d1c3ab27d.zip
- Add py-sqlalchemy11 1.1.4
The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/
Notes
Notes: svn path=/head/; revision=427026
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d59c87dc7474..08a88ab40432 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -776,6 +776,7 @@
SUBDIR += py-sqlalchemy08
SUBDIR += py-sqlalchemy09
SUBDIR += py-sqlalchemy10
+ SUBDIR += py-sqlalchemy11
SUBDIR += py-sqlite3
SUBDIR += py-sqlite3dbm
SUBDIR += py-sqlobject