Index: head/databases/py-python-sql/Makefile =================================================================== --- head/databases/py-python-sql/Makefile (revision 548772) +++ head/databases/py-python-sql/Makefile (revision 548773) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= python-sql PORTVERSION= 0.9 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Library to write SQL queries LICENSE= BSD3CLAUSE USES= pkgconfig python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Index: head/databases/py-python-sql/pkg-descr =================================================================== --- head/databases/py-python-sql/pkg-descr (revision 548772) +++ head/databases/py-python-sql/pkg-descr (revision 548773) @@ -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/