cf118ccf87
Reported by: lwhsu
17 lines
330 B
Makefile
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>
|