freebsd-ports/devel/py-monty/Makefile
2023-07-02 09:39:49 -07:00

19 lines
388 B
Makefile

PORTNAME= monty
DISTVERSION= 2023.5.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Monty is the missing complement to Python
WWW= https://github.com/materialsvirtuallab/monty
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>