Index: head/www/py-flask-bootstrap/Makefile =================================================================== --- head/www/py-flask-bootstrap/Makefile (revision 487569) +++ head/www/py-flask-bootstrap/Makefile (revision 487570) @@ -1,20 +1,21 @@ # $FreeBSD$ PORTNAME= Flask-Bootstrap PORTVERSION= 3.3.2.1 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= che@bein.link COMMENT= Flask extension that adds Bootstrap to your projects LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Index: head/www/py-flask-bootstrap/pkg-descr =================================================================== --- head/www/py-flask-bootstrap/pkg-descr (revision 487569) +++ head/www/py-flask-bootstrap/pkg-descr (revision 487570) @@ -1,5 +1,5 @@ Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap from a CDN and works with no boilerplate code in your application. -WWW: http://pythonhosted.org/Flask-Bootstrap/ +WWW: https://pythonhosted.org/Flask-Bootstrap/