mirror of https://git.FreeBSD.org/ports.git
20 lines
380 B
Makefile
20 lines
380 B
Makefile
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>
|