mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
5782fee57a
Changelog: https://github.com/byllyfish/precis_i18n/releases/tag/v1.1.0 PR: 275107
20 lines
404 B
Makefile
20 lines
404 B
Makefile
PORTNAME= precis_i18n
|
|
DISTVERSION= 1.1.0
|
|
CATEGORIES= textproc devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
COMMENT= Internationalized usernames and passwords
|
|
WWW= https://github.com/byllyfish/precis_i18n
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|