Index: Makefile =================================================================== --- Makefile (revision 382653) +++ Makefile (working copy) @@ -1548,6 +1548,7 @@ SUBDIR += py-feedgenerator SUBDIR += py-flask SUBDIR += py-flask-admin + SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache SUBDIR += py-flask-flatpages SUBDIR += py-flask-oauthlib Index: py-flask-bootstrap/Makefile =================================================================== --- py-flask-bootstrap/Makefile (revision 0) +++ py-flask-bootstrap/Makefile (working copy) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Flask-Bootstrap +PORTVERSION= 3.3.2.1 +CATEGORIES= python www +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= che@bein.link +COMMENT= Flask extension that includes Bootstrap into your project + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:${PORTSDIR}/www/py-flask + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: py-flask-bootstrap/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: py-flask-bootstrap/distinfo =================================================================== --- py-flask-bootstrap/distinfo (revision 0) +++ py-flask-bootstrap/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (Flask-Bootstrap-3.3.2.1.tar.gz) = ccda318fd97e3f4b7d9ef85f732237c0f27ede7d4a7a7b7fbf899e431778344b +SIZE (Flask-Bootstrap-3.3.2.1.tar.gz) = 441889 Property changes on: py-flask-bootstrap/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: py-flask-bootstrap/pkg-descr =================================================================== --- py-flask-bootstrap/pkg-descr (revision 0) +++ py-flask-bootstrap/pkg-descr (working copy) @@ -0,0 +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/ Property changes on: py-flask-bootstrap/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property