Ticket #21799: Portfile

File Portfile, 756 bytes (added by easye, 15 years ago)

Portfile for ecl-9.10.2

Line 
1# $Id: Portfile 53397 2009-07-04 23:27:43Z blb@macports.org $
2
3PortSystem 1.0
4name            ecl
5version         9.10.2
6categories      lang
7maintainers     waqar
8description     Embeddable Common Lisp
9long_description        \
10        ECL (Embeddable Common Lisp) is an interpreter of the   \
11        Common Lisp language as described in the X3J13 ANSI     \
12        specification, featuring CLOS (Common Lisp Object       \
13        System), conditions, loops, etc, plus a translator to   \
14        C, which can produce standalone executables.
15
16platforms       darwin
17homepage        http://ecls.sourceforge.net/
18master_sites    sourceforge:${name}s
19extract.suffix  .tgz
20checksums       md5 10de08ba4a86592247ee1d1ce0c920e3 \
21                sha1 5ad37f9361bbda3b72596cf5a204c4991f785187 \
22                rmd160 50eab3b36b06365332ebb3d8eb000aa5d0888f8d
23
24use_parallel_build      no