mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
name cl-lml2
|
|
version 1.6.6
|
|
revision 0
|
|
|
|
homepage https://tracker.debian.org/pkg/cl-kmrcl
|
|
|
|
master_sites debian:c/${name}/
|
|
worksrcdir ${distname}
|
|
distname ${name}_${version}
|
|
extract.suffix .orig.tar.gz
|
|
|
|
checksums rmd160 2e79c8b651cdf41ac17900ba176f2a5ffaa20778 \
|
|
sha256 949f4a5d8a6d04066fdfd11d0849dbc2cbb973070420f365ccefef6076527b44 \
|
|
size 27250
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL
|
|
|
|
description LML2 provides a markup language for generation XHTML web pages.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-kmrcl \
|
|
port:cl-rt
|
|
|
|
# Caught READER-ERROR while processing --eval option "(asdf:operate (quote asdf:build-op) (quote kmrcl))":
|
|
# The symbol "MAKE-THREAD-LOCK" was not found in package EXT.
|
|
# See: https://github.com/armedbear/abcl/issues/616
|
|
common_lisp.abcl no
|
|
|
|
livecheck.url http://ftp.debian.org/debian/pool/main/c/${name}/?C=N\;O=D
|
|
livecheck.regex ${name}_(\\d+(?:\\.\\d+)*)
|