diff options
author | bapt <bapt@FreeBSD.org> | 2010-09-03 20:40:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-09-03 20:40:47 +0800 |
commit | 10233b4c8cc9104ee36971cf7b1a67759ce79942 (patch) | |
tree | b38c52e89f70d0e79f8b5115cc6f22c1ec4b81e1 /lang/Makefile | |
parent | 71be126346fcd5d7eb52581719a52087243c1a18 (diff) | |
download | freebsd-ports-gnome-10233b4c8cc9104ee36971cf7b1a67759ce79942.tar.gz freebsd-ports-gnome-10233b4c8cc9104ee36971cf7b1a67759ce79942.tar.zst freebsd-ports-gnome-10233b4c8cc9104ee36971cf7b1a67759ce79942.zip |
PicoC is a very small C interpreter for scripting. It was originally written for
scripting a UAV's on-board flight system and it's also very suitable for other
robotic, embedded and non-embedded applications too.
WWW: http://code.google.com/p/picoc/
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 e8d0db6de584..ae14db2cceb6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -260,6 +260,7 @@ SUBDIR += php52 SUBDIR += php52-extensions SUBDIR += php_doc + SUBDIR += picoc SUBDIR += pike76 SUBDIR += pike78 SUBDIR += pnet |