mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
812 B
Tcl
24 lines
812 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 jech cl-yacc 1812e05317dcab1e97905625c018c043d71f9187
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20230108
|
|
revision 0
|
|
|
|
checksums rmd160 bb0b4867fc7afaea71ddef55f1146c508b5bbe87 \
|
|
sha256 28e52dc471b4ca68a23630a7f581c43c0485527171e0c0a030937a6b89b94898 \
|
|
size 17865
|
|
|
|
categories-append www devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Common Lisp Yacc
|
|
|
|
long_description {*}${description}
|