pkgsrc/devel/py-iso3166/Makefile
adam 08b7cffa30 py-iso3166: updated to 1.0
1.0:
* Updated entries
  - "Macedonia, the former Yugoslav Republic of" changed to "North
    Macedonia" (effective 2019-03-13)
  - Added numeric code 983 for Kosovo to mirror usage by the National
    Statistical Office of Canada
2019-04-11 08:29:45 +00:00

16 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/04/11 08:29:45 adam Exp $
DISTNAME= iso3166-1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/iso3166/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/deactivated/python-iso3166
COMMENT= Self-contained ISO 3166-1 country definitions
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"