ports/devel/py-validictory/Makefile
2021-04-06 16:31:07 +02:00

19 lines
408 B
Makefile

# Created by: Thomas Zander <riggs@FreeBSD.org>
PORTNAME= validictory
PORTVERSION= 1.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= General purpose Python data validator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>