mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
28 lines
696 B
Makefile
28 lines
696 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
|
|
PORTNAME= avro
|
|
PORTVERSION= 1.10.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Data serialization system for python
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/avro/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= SNAPPY ZSTANDARD
|
|
SNAPPY_DESC= Snappy support
|
|
ZSTANDARD_DESC= Zstandard support
|
|
|
|
SNAPPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0:archivers/py-python-snappy@${PY_FLAVOR}
|
|
ZSTANDARD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zstandard>=0:archivers/py-zstandard@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|