f09908b612
1.0.1 - Fixed a dict/set syntax typo that has no runtime effect. - Test forward compatibility of derived props test files as Unicode version increases. - Test Unicode 11.0 (Python 3.7). - Update copyright year (2019).
17 lines
485 B
Makefile
17 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/09/05 10:43:10 adam Exp $
|
|
|
|
DISTNAME= precis_i18n-1.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/precis-i18n/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/byllyfish/precis_i18n
|
|
COMMENT= PRECIS-i18n: Internationalized Usernames and Passwords
|
|
LICENSE= mit
|
|
|
|
EXTRACT_USING= bsdtar
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|