2019-11-05 10:08:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2019/11/05 09:08:09 adam Exp $
|
2017-06-12 08:48:20 +02:00
|
|
|
|
2019-11-05 10:08:09 +01:00
|
|
|
DISTNAME= django-countries-5.5
|
2017-06-12 08:48:20 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-countries/}
|
|
|
|
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
2017-10-13 09:01:40 +02:00
|
|
|
HOMEPAGE= https://github.com/SmileyChris/django-countries
|
2017-06-12 08:48:20 +02:00
|
|
|
COMMENT= Provides a country field for Django models
|
|
|
|
LICENSE= mit
|
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
2019-11-05 10:08:09 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
2017-06-12 08:48:20 +02:00
|
|
|
|
2018-02-27 07:26:49 +01:00
|
|
|
USE_LANGUAGES= # none
|
2017-06-12 08:48:20 +02:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|