summaryrefslogtreecommitdiff
path: root/devel/py-validictory/Makefile
blob: c8c5410e04c1d62d11b2acb6b3a19d861b0209f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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-3.9
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>