mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
1653e42587
PR: 271192 Reported by: ngie Author: Howard Holm <hdholm@alumni.iastate.edu> (maintainer)
25 lines
522 B
Makefile
25 lines
522 B
Makefile
PORTNAME= jose
|
|
DISTVERSION= 11
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= hdholm@alumni.iastate.edu
|
|
COMMENT= Tools for JSON Object Signing and Encryption (JOSE)
|
|
WWW= https://github.com/latchset/jose
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= a2x:textproc/asciidoc \
|
|
jq:textproc/jq
|
|
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>
|