mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
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 fukamachi cl-cookie e6babbf57c9c6e0b6998a5b5ecaea8fa59f88296
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20220620
|
|
revision 0
|
|
|
|
checksums rmd160 48a4a1fd0a83f2546989927fc12004180b9866c3 \
|
|
sha256 29367a5e1e5c3512efa9a99574730035a7b2295b9dc77321b6090d3f939a0c56 \
|
|
size 5404
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description HTTP cookie manager for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-local-time \
|
|
port:cl-ppcre \
|
|
port:cl-proc-parse \
|
|
port:cl-prove \
|
|
port:cl-quri
|