You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
new port math/lambda
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14964 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# $Id: Portfile,v 1.1 2005/11/05 14:57:42 mww Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
|
||||
name lambda
|
||||
version 0.1.4
|
||||
categories math
|
||||
platforms darwin
|
||||
maintainers mww@opendarwin.org
|
||||
description A lambda calculus interpreter
|
||||
long_description Lambda is a lambda calculus interpreter. It also will \
|
||||
convert lambda expression into the combinators S, K, and I.
|
||||
|
||||
homepage http://66.47.116.75/~demo/lambda/
|
||||
master_sites http://66.47.116.75/~demo/lambda/ freebsd
|
||||
checksums md5 7987fed0e62a3b639eb09abb5a136d4c
|
||||
|
||||
configure.args --datadir=${prefix}/share/${name}
|
||||
|
||||
Reference in New Issue
Block a user