pkgsrc/www/py-django-countries/Makefile
adam 1be9c2f0f7 A Django application that provides country choices for use with forms, flag
icons static files, and a country field for models.
2017-06-12 06:48:20 +00:00

18 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/12 06:48:20 adam Exp $
DISTNAME= django-countries-4.5
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"