pkgsrc/devel/py-iso-639/Makefile
maya fd40c74e40 Add package py-iso-639 version 0.4.5
ISO 639 is a set of standards for representation of names for languages.
This package supports ISO639-1, ISO 639-2, ISO 639-3, ISO 639-5 and aimed
to be fully compatible with pycountry.languages v1.11 and before.
2017-02-25 02:38:59 +00:00

17 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/02/25 02:38:59 maya Exp $
DISTNAME= iso-639-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=i/iso-639/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/iso-639/
COMMENT= Library for working with ISO-639 language codes
LICENSE= gnu-agpl-v3
EGG_NAME= ${DISTNAME:S/-/_/}
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"