mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
21 lines
405 B
Makefile
21 lines
405 B
Makefile
# Created by: Ed Schouten <ed@FreeBSD.org>
|
|
|
|
PORTNAME= argdata
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
COMMENT= Binary serialisation format inspired by YAML, MessagePack and nvlists
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c11 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= NuxiNL
|
|
|
|
.include <bsd.port.mk>
|