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
992 B
Tcl
27 lines
992 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 smithzvk pythonic-string-reader 47a70ba1e32362e03dad6ef8e6f36180b560f86a
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-pythonic-string-reader
|
|
version 20180618
|
|
revision 0
|
|
|
|
checksums rmd160 c6535e66fd171b6544095dd4df2c015c79c84d67 \
|
|
sha256 28b2c1703d1e58d8216306f6a8a25b951abf34dfaf806fdb49489875cd185be3 \
|
|
size 3629
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description A simple and unintrusive read table modification inspired by Python's three quote strings.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-named-readtables
|