c16e88eae1
If you want your application to accept unicode user names and passwords, you must be careful in how you validate and compare them. The PRECIS framework makes internationalized user names and passwords safer for use by applications. PRECIS profiles transform unicode strings into a canonical form, suitable for comparison.
18 lines
508 B
Makefile
18 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/11/15 23:48:23 nia Exp $
|
|
|
|
VERSION= 1.0.0
|
|
DISTNAME= precis_i18n-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-precis-i18n-${VERSION}
|
|
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"
|