blob: 5b84ee24004d6e6bbabd6d97ff779a2a8c3d3aba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= django-i18nfield
PORTVERSION= 1.5.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@xanderio.de
COMMENT= Store internationalized strings in django models
WWW= https://github.com/raphaelm/django-i18nfield
LICENSE= APACHE20
USES= python:3.4+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|