forked from Lainports/freebsd-ports
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asonic
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Async Python client for the Sonic search backend
|
|
|
|
LICENSE= MPL20
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|