mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d1a315553f
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>
24 lines
442 B
Makefile
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>
|