d1a8e809a8
5.3: Iterating a Countries object now returns named tuples. This makes things nicer when using {% get_countries %} or using the country list elsewhere in your code.
18 lines
506 B
Makefile
18 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/04/24 13:08:43 adam Exp $
|
|
|
|
DISTNAME= django-countries-5.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-countries/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/SmileyChris/django-countries
|
|
COMMENT= Provides a country field for Django models
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|