summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-09-16 09:36:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-09-16 09:36:54 +0000
commitca9f1b902cbd5f83ab0dc127678d9c758fa89caf (patch)
tree92ca7b21be8ea2a92fe9642ef4eae527e2a702df /databases
parentGive up on binutils for now, let other have a change to better maintain it (diff)
- Add NO_ARCH
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=548773
Diffstat (limited to 'databases')
-rw-r--r--databases/py-python-sql/Makefile1
-rw-r--r--databases/py-python-sql/pkg-descr2
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile
index fe4c671bf3df..6a727a956a23 100644
--- a/databases/py-python-sql/Makefile
+++ b/databases/py-python-sql/Makefile
@@ -13,5 +13,6 @@ LICENSE= BSD3CLAUSE
USES= pkgconfig python
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/py-python-sql/pkg-descr b/databases/py-python-sql/pkg-descr
index a66ef05c8530..16022d1e7333 100644
--- a/databases/py-python-sql/pkg-descr
+++ b/databases/py-python-sql/pkg-descr
@@ -1,3 +1,3 @@
python-sql is a library to write SQL queries in a pythonic way.
-WWW: http://python-sql.tryton.org/
+WWW: https://python-sql.tryton.org/