diff options
author | mva <mva@FreeBSD.org> | 2013-07-13 04:55:54 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-07-13 04:55:54 +0800 |
commit | ed8e0a1d45e64893cb3d7f7ff831221ea20cc1c4 (patch) | |
tree | d066c22eb08067b3d204ce9c7d13c627e721781d /lang/Makefile | |
parent | e5e976ca06936d5e5e29a11e96c912a4d0c03c5d (diff) | |
download | freebsd-ports-gnome-ed8e0a1d45e64893cb3d7f7ff831221ea20cc1c4.tar.gz freebsd-ports-gnome-ed8e0a1d45e64893cb3d7f7ff831221ea20cc1c4.tar.zst freebsd-ports-gnome-ed8e0a1d45e64893cb3d7f7ff831221ea20cc1c4.zip |
IronPython is an open-source implementation of the Python programming
language which is tightly integrated with the .NET Framework. IronPython
can use the .NET Framework and Python libraries, and other .NET languages
can use Python code just as easily.
WWW: http://www.ironpython.net
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3baa96a077ef..b429e8fe38bd 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -131,6 +131,7 @@ SUBDIR += intel2gas SUBDIR += intercal SUBDIR += io + SUBDIR += ironpython SUBDIR += itcl SUBDIR += jakarta-commons-jelly SUBDIR += jruby |