77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
391 B
Makefile
19 lines
391 B
Makefile
PORTNAME= voluptuous
|
|
PORTVERSION= 0.13.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python data validation library
|
|
WWW= https://github.com/alecthomas/voluptuous
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils nose
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|