pkgsrc/devel/py-iso3166/Makefile
maya ca78b2c933 Add new package py-iso3166.
ISO 3166-1 defines two-letter, three-letter, and three-digit country codes.
py-iso3166 is a self-contained module that converts between these codes and
the corresponding country name.
2017-02-25 02:15:19 +00:00

16 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/02/25 02:15:19 maya Exp $
DISTNAME= iso3166-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=i/iso3166/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/iso3166
COMMENT= Self-contained ISO 3166-1 country definitions
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"