diff options
author | bofh <bofh@FreeBSD.org> | 2015-04-11 19:39:35 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-04-11 19:39:35 +0800 |
commit | f91538fb2943c6ee7ec2e100d5e13cc8caf39243 (patch) | |
tree | c4597411ab71144868e785379edbfb861b88c1ae /lang/c/pkg-descr | |
parent | aaa1134117b02b66c12909a10c6b00fcfb57bffb (diff) | |
download | freebsd-ports-gnome-f91538fb2943c6ee7ec2e100d5e13cc8caf39243.tar.gz freebsd-ports-gnome-f91538fb2943c6ee7ec2e100d5e13cc8caf39243.tar.zst freebsd-ports-gnome-f91538fb2943c6ee7ec2e100d5e13cc8caf39243.zip |
[NEW] lang/c: Tool to compile and run C programs like a shell script
Tool to compile and run C programs like a shell script.
WWW: https://www.github.com/ryanmjacobs/c
PR: 198365
Submitted by: neel@neelc.org
Diffstat (limited to 'lang/c/pkg-descr')
-rw-r--r-- | lang/c/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/c/pkg-descr b/lang/c/pkg-descr new file mode 100644 index 000000000000..c4beb0de7e4e --- /dev/null +++ b/lang/c/pkg-descr @@ -0,0 +1,3 @@ +Tool to compile and run C programs like a shell script. + +WWW: https://www.github.com/ryanmjacobs/c |