1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/serd/Makefile

23 lines
454 B
Makefile

PORTNAME= serd
DISTVERSION= 0.32.0
CATEGORIES= devel
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= meka@tilda.center
COMMENT= C library for RDF syntax
WWW= https://drobilla.net/software/serd.html
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
USES= meson pkgconfig python:test tar:xz
USE_CSTD= c99
USE_LDCONFIG= yes
MESON_ARGS= -Ddocs=disabled
PLIST_SUB= VERSION=${PORTVERSION}
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>