mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
dfd8ba3660
- Fix Django links to use version 1.10 - Mark inlinei18n output as safe (thanks @quantum5) - Added support for JSON format in command-line based catalog generation (thanks @rarguelloF) - Added support for Django 1.9 and 1.10; this change also drops support for Django 1.4, 1.5, 1.6 and 1.7 as they are not officially supported by the DSF anymore (thanks @julen) - Added support for USE_18N = False (thanks @julen) PR: 212295 Submitted by: Ultima1252@gmail.com (maintainer)
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# Created by: Ultima
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-statici18n
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ultima1252@gmail.com
|
|
COMMENT= Helper for generating Javascript catalog to static files
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \
|
|
${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:www/py-django-appconf
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|