mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Added line to make portlint =D Changes: https://django-statici18n.readthedocs.io/en/latest/changelog.html
24 lines
559 B
Makefile
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>
|