5e687d77aa
This package provides lazy translations for names used for localization purposes, e.g. places and timezones. The name l18n is a contraction of i18n and l10n (internationalisation and localization).
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/08/03 23:04:12 joerg Exp $
|
|
|
|
DISTNAME= l18n-2018.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/l18n/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/tkhyn/l18n
|
|
COMMENT= Translations for pytz names
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|