diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-23 19:54:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-23 19:54:18 +0000 |
commit | a6475f0168b297fee7278520c55fade628b1f502 (patch) | |
tree | b62f1fb7053dbce4937f44691ba595a1444367ef /devel/Makefile | |
parent | Update to 0.3.0. (diff) |
Add ruby-aspectr 0.3.5.
AspectR is a library interface that lets Ruby developers program in an
aspect oriented style (similar to AspectJ).
PR: ports/36905
Submitted by: Sean Chittenden <sean@chittenden.org>
Notes
Notes:
svn path=/head/; revision=58035
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index af7a39a489ee..27a8ba3b888e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -573,6 +573,7 @@ SUBDIR += rpc2 SUBDIR += rtems-gcc SUBDIR += ruby-amstd + SUBDIR += ruby-aspectr SUBDIR += ruby-avl SUBDIR += ruby-bsearch SUBDIR += ruby-byaccr |