aboutsummaryrefslogtreecommitdiff
path: root/math/py-simhash/Makefile
blob: 183fe9eed357c42f59b6b7a6909a38409b42b5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	simhash
DISTVERSION=	2.1.2
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>