ports/www/py-django-statici18n/Makefile
Richard Gallamore c008cd00f5 Updated to 1.8.3
Added line to make portlint =D

Changes: https://django-statici18n.readthedocs.io/en/latest/changelog.html
2019-05-06 04:37:20 +00:00

24 lines
559 B
Makefile

# Created by: Ultima
# $FreeBSD$
PORTNAME= django-statici18n
PORTVERSION= 1.8.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima@FreeBSD.org
COMMENT= Helper for generating Javascript catalog to static files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:www/py-django-appconf@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>