freebsd-ports/www/py-django-i18nfield/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
330 B
Makefile

PORTNAME= django-i18nfield
PORTVERSION= 1.5.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@xanderio.de
COMMENT= Store internationalized strings in django models
LICENSE= APACHE20
USES= python:3.4+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>