pkgsrc/www/py-django-countries/Makefile
adam d1a8e809a8 py-django-countries: updated to 5.3
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.
2018-04-24 13:08:43 +00:00

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"