4068d46c1d
7.2.1 (11 May 2021) - Fix Latin translations.
21 lines
597 B
Makefile
21 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/05/14 18:58:14 adam Exp $
|
|
|
|
DISTNAME= django-countries-7.2.1
|
|
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
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|