mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 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 atlas-engineer nclasses 0.6.1
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-nclasses
|
|
revision 0
|
|
|
|
checksums rmd160 60f3a843010bc5e69a42b75a1a6b434ba1493024 \
|
|
sha256 ab4ef26913203a2249eb0f605b1976b6a6729181bf2ffd1c71151ee092372000 \
|
|
size 19763
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
|
|
description Simplify class like definitions with define-class and friends.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-lisp-unit2 \
|
|
port:cl-moptilities \
|
|
port:cl-nasdf
|
|
|
|
# ;;; Cannot find the external symbol PARSE-BODY in #<"UIOP/DRIVER" package>.
|
|
common_lisp.ecl no
|