summaryrefslogtreecommitdiff
path: root/math/py-simhash/Makefile
blob: 420cc0e344df30eb171da42839baa7dfe050b415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	simhash
DISTVERSION=	2.0.0
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python implementation of simhash algorithm

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>