Skip to content

Commit

Permalink
Submitting new port libjwt
Browse files Browse the repository at this point in the history
  • Loading branch information
TimUnderhay authored and pmetzger committed Jun 1, 2018
1 parent 6fe70ff commit 40a5c24
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions devel/libjwt/Portfile
@@ -0,0 +1,26 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0

name libjwt
version 1.8.0
revision 0
categories devel
platforms darwin
license MIT

maintainers nomaintainer

description C library for Javascript Web Tokens (JWT's)
long_description ${description}

homepage https://github.com/benmcollins/libjwt
master_sites https://github.com/benmcollins/libjwt/archive/

checksums rmd160 944a9f4604e67d4a780a41454c616a5979d8d5db \
sha256 e97c15c14dbd49d5ba435cb26e06e6cdd6e32cf9f0be6b6e9a2d2d330923ea17

use_autoreconf yes

distfiles v${version}.tar.gz
depends_lib port:jansson

0 comments on commit 40a5c24

Please sign in to comment.