2015-03-31 14:14:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Flask-Bootstrap
|
|
|
|
PORTVERSION= 3.3.2.1
|
2015-12-25 23:35:43 +01:00
|
|
|
PORTREVISION= 1
|
2015-04-01 15:06:56 +02:00
|
|
|
CATEGORIES= www python
|
2015-03-31 14:14:56 +02:00
|
|
|
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:${PORTSDIR}/www/py-flask
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
2015-12-25 23:35:43 +01:00
|
|
|
post-extract:
|
|
|
|
@${CHMOD} -R a+rX ${WRKSRC}
|
|
|
|
|
2015-03-31 14:14:56 +02:00
|
|
|
.include <bsd.port.mk>
|