mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
872 B
Tcl
26 lines
872 B
Tcl
# -*- 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
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup hankhero cl-json 6dfebb9540bfc3cc33582d0c03c9ec27cb913e79
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20141108
|
|
revision 0
|
|
|
|
checksums rmd160 2021c1361cccad3d4c32ed6bcf8f68d52128e76d \
|
|
sha256 7144b2b5101ea0c4396e352024c8789e5f8509410d860bb79170cbca0926f3c8 \
|
|
size 62050
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Json encoder and decoder for Common-Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-fiveam
|