fd2c672f37
Added a "display" method to hierarchical clusters (by 1kastner) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10956
25 lines
467 B
Makefile
25 lines
467 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cluster
|
|
PORTVERSION= 1.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Create several groups (clusters) of objects from a list in Python
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PORTSCOUT= skipv:regression
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= exhuma
|
|
GH_PROJECT= python-cluster
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|