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.
27 lines
909 B
Tcl
27 lines
909 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 fukamachi xsubseq 5ce430b3da5cda3a73b9cf5cee4df2843034422b
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-xsubseq
|
|
version 20170803
|
|
revision 0
|
|
|
|
checksums rmd160 46ad22b7d74360afbbde6ae57eab5f04c62b8462 \
|
|
sha256 8a11c0be683a5ccd27efe7ec75fa50ed5e3ab636f767826a91143a4678d2ebcb \
|
|
size 4082
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description {Efficient way to use "subseq"s in Common Lisp}
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-prove
|