diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2011-10-17 06:09:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2011-10-17 06:09:20 +0000 |
commit | 02e84b3e367b23db8b78f63e6c44b3fa3ca9ce97 (patch) | |
tree | c2d77a90f841c077f10e9cf90bf87aec3facf727 /lang/jruby | |
parent | 85e75272a8db3c112298c1685119557d9b1e256a (diff) | |
download | ports-02e84b3e367b23db8b78f63e6c44b3fa3ca9ce97.tar.gz ports-02e84b3e367b23db8b78f63e6c44b3fa3ca9ce97.zip |
Notes
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 993463228000..1514e9fd2dc5 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang ruby java MASTER_SITES= http://jruby.org.s3.amazonaws.com/downloads/${PORTVERSION}/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An implementation of Ruby Interpreter in Pure Java RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |