freebsd-ports/math/py-disjoint-set/Makefile

20 lines
404 B
Makefile

PORTNAME= disjoint-set
DISTVERSION= 0.7.3
CATEGORIES= math
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Disjoint set data structure implementation for Python
WWW= https://github.com/mrapacz/disjoint-set
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>