freebsd-ports/textproc/py-asonic/Makefile

19 lines
362 B
Makefile
Raw Normal View History

PORTNAME= asonic
PORTVERSION= 2.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2020-09-28 07:05:24 +02:00
MAINTAINER= python@FreeBSD.org
COMMENT= Async Python client for the Sonic search backend
WWW= https://github.com/moshe/asonic
LICENSE= MPL20
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>