opnsense-ports/math/py-simhash/Makefile
Franco Fichtner cd9ca0f1c6 */*: sync with upstream
Taken from: FreeBSD
2022-05-11 15:25:21 +02:00

17 lines
311 B
Makefile

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>