07249496f8
PR: 247593 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Flask-Moment
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= john@saltant.com
|
|
COMMENT= Format dates and times in Flask templates using moment.js
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|