mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Update MASTER_SITES - Update WWW - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/apache/avro/releases
28 lines
567 B
Makefile
28 lines
567 B
Makefile
PORTNAME= avro
|
|
PORTVERSION= 1.12.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= APACHE/avro/avro-${PORTVERSION}/c
|
|
PKGNAMESUFFIX= -c
|
|
DISTNAME= avro-c-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= C library for Apache Avro
|
|
WWW= https://avro.apache.org/ \
|
|
https://github.com/apache/avro
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libjansson.so:devel/jansson \
|
|
libsnappy.so:archivers/snappy
|
|
|
|
USES= cmake cpe pathfix pkgconfig shebangfix
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CPE_VENDOR= apache
|
|
|
|
SHEBANG_FILES= version.sh
|
|
bash_CMD= /bin/sh
|
|
|
|
.include <bsd.port.mk>
|