1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/textproc/py-precis_i18n/Makefile
Ruslan Makhmatkhanov d1a315553f 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.

WWW: https://github.com/byllyfish/precis_i18n

PR:		233824
Submitted by:	Goran Mekić <meka@tilda.center>
2019-01-26 11:02:05 +00:00

24 lines
442 B
Makefile

# $FreeBSD$
PORTNAME= precis_i18n
DISTVERSION= 1.0.0
CATEGORIES= textproc devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= meka@tilda.center
COMMENT= Internationalized usernames and passwords
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.3+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>