You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b4b12015dd
In preparation for changing the default.
33 lines
1.1 KiB
Tcl
33 lines
1.1 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 knusbaum cl-gopher 15b7528b28a2b9f113a2bd944ba1761ec5055794
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20230804
|
|
revision 0
|
|
|
|
checksums rmd160 5db50ece6419d7010d09d867355922a741c2fd8c \
|
|
sha256 618122780a6180e228094f61d3b0d57f9122bbcbf92a89b0b1a0df58a580f9ae \
|
|
size 10575
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description Yet another URI library for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-bordeaux-threads \
|
|
port:cl-drakma \
|
|
port:cl-flexi-streams \
|
|
port:cl-quri \
|
|
port:cl-usocket
|
|
|
|
common_lisp.ffi yes
|
|
common_lisp.threads yes
|