Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= Flask-Moment |
4 |
PORTVERSION= 0.6.0 |
5 |
CATEGORIES= www python |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= john@saltant.com |
10 |
COMMENT= Format dates and times in Flask templates using moment.js |
11 |
|
12 |
LICENSE= MIT |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${FLAVOR} |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= autoplist distutils |
19 |
|
20 |
NO_ARCH= yes |
21 |
|
22 |
.include <bsd.port.mk> |