You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
7c50f720fd
In preparation for changing the default.
30 lines
1.0 KiB
Tcl
30 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 mmontone cl-mimeparse 93cbdf6f6fe8a2eb5f652f8adec453eb98ea0547
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20210428
|
|
revision 0
|
|
|
|
checksums rmd160 ceab7f8da90340e498d6b6639becf1b68577918e \
|
|
sha256 a056f2b1d0c242a5c4f7ea2a56a07433a9f0a2a3b5898fc480d612e0f702d9d5 \
|
|
size 4012
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Library for parsing MIME types, in the spirit of mimeparse, with a Common Lisp flavor.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-parse-number \
|
|
port:cl-ppcre \
|
|
port:cl-rt
|
|
|
|
github.livecheck.branch main
|