Skip to content

Commit

Permalink
Portfile changes per recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
TimUnderhay authored and pmetzger committed Jun 1, 2018
1 parent e80ba71 commit db8e24a
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions devel/libjwt/Portfile
@@ -1,26 +1,24 @@
# -*- 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
PortGroup github 1.0

github.setup benmcollins libjwt 1.8.0 v

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

maintainers nomaintainer
maintainers @KensingtonTech openmaintainer

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
checksums rmd160 f7ea338b7f2d85ed7625e693b741a1c1d0d95bc8 \
sha256 da3df9cec73249523c9dad355ea37ea236791bf22b578cb4c92f6503de0c04d0 \
size 75820

use_autoreconf yes

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

0 comments on commit db8e24a

Please sign in to comment.