mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
9ed3c42903
PR: 255693
23 lines
450 B
Makefile
23 lines
450 B
Makefile
PORTNAME= jose
|
|
DISTVERSION= 11
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= hdholm@alumni.iastate.edu
|
|
COMMENT= Tools for JSON Object Signing and Encryption (JOSE)
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= a2x:textproc/asciidoc
|
|
LIB_DEPENDS= libjansson.so:devel/jansson
|
|
|
|
USES= compiler:c11 meson ninja pkgconfig ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= latchset
|
|
GH_TAGNAME= v11
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|