mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
406978dc79
fingerprint in this context is understood as a simplified entity identifier, derived from it's name or address and used for cross-referencing of entity across different datasets. WWW: https://github.com/alephdata/fingerprints PR: 229528 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
28 lines
691 B
Makefile
28 lines
691 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fingerprints
|
|
DISTVERSION= 0.5.4
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd_ports@k-worx.org
|
|
COMMENT= Easy comparing and cross-referencing of companies and people
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}normality>=0.4.0:textproc/py-normality@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-extract:
|
|
# Prevents that the tests directory will be installed into site-packages
|
|
@(cd ${WRKSRC} && ${MV} tests test)
|
|
|
|
.include <bsd.port.mk>
|