5782fee57a
Changelog: https://github.com/byllyfish/precis_i18n/releases/tag/v1.1.0 PR: 275107
19 lines
404 B
Makefile
19 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>
|