diff options
Diffstat (limited to 'devel/py-dotmap/Makefile')
-rw-r--r-- | devel/py-dotmap/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-dotmap/Makefile b/devel/py-dotmap/Makefile new file mode 100644 index 000000000000..33b47ca9c37b --- /dev/null +++ b/devel/py-dotmap/Makefile @@ -0,0 +1,19 @@ +PORTNAME= dotmap +DISTVERSION= 1.3.30 +CATEGORIES= devel +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Ordered, dynamically-expandable dot-access dictionary +WWW= https://github.com/drgrib/dotmap + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> |