diff options
Diffstat (limited to 'devel/py-dacite/Makefile')
-rw-r--r-- | devel/py-dacite/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-dacite/Makefile b/devel/py-dacite/Makefile new file mode 100644 index 000000000000..92872c4be503 --- /dev/null +++ b/devel/py-dacite/Makefile @@ -0,0 +1,22 @@ +PORTNAME= dacite +DISTVERSIONPREFIX= v +DISTVERSION= 1.9.2 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple creation of data classes from dictionaries +WWW= https://github.com/konradhalas/dacite + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist pytest + +USE_GITHUB= yes +GH_ACCOUNT= konradhalas + +# tests as of 1.9.2: 199 passed, 0 failed (12.11s) + +.include <bsd.port.mk> |