18 lines
362 B
Makefile
18 lines
362 B
Makefile
PORTNAME= asonic
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
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>
|