diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-04-04 00:52:52 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-04-04 00:52:52 +0800 |
commit | 7e8e59740aa2999584311a6a4c24ea1fb2df8552 (patch) | |
tree | 36413a47755473e2ff1269608e60d4533f7a4785 /lang/Makefile | |
parent | 6efbb1a7c2ca4144ad070aea89aba7e6633bf6d3 (diff) | |
download | freebsd-ports-gnome-7e8e59740aa2999584311a6a4c24ea1fb2df8552.tar.gz freebsd-ports-gnome-7e8e59740aa2999584311a6a4c24ea1fb2df8552.tar.zst freebsd-ports-gnome-7e8e59740aa2999584311a6a4c24ea1fb2df8552.zip |
runawk is a small wrapper for AWK that impements a modules
system and helps one to write the standalone AWK programs.
WWW: http://runawk.sourceforge.net/
PR: ports/145126
Submitted by: Sahil Tandon <sahil at tandon.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 047d7061bf31..90659043e659 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -296,6 +296,7 @@ SUBDIR += ruby-usersguide SUBDIR += ruby18 SUBDIR += ruby19 + SUBDIR += runawk SUBDIR += s9fes SUBDIR += sather-specification SUBDIR += sather-tutorial |