1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/textproc/py-precis_i18n/Makefile
Kai Knoblich 741df73e5e textproc/py-precis_i18n: Update to 1.0.1
Changelog:

https://github.com/byllyfish/precis_i18n/releases/tag/v1.0.1

PR:		239405
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2019-07-26 10:38:24 +00:00

24 lines
442 B
Makefile

# $FreeBSD$
PORTNAME= precis_i18n
DISTVERSION= 1.0.1
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>