bfa84234b8
Shellany captures command output. Features: - Portability (should work on recent JRuby versions). - Capturing stdout, stderr in a convenient way. - Returning the result in a convenient way. - Detecting if a shell is needed (though incomplete/primitive implementation). - Prevents running the same command multiple times. WWW: https://github.com/guard/shellany RG: https://rubygems.org/gems/shellany
18 lines
339 B
Makefile
18 lines
339 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= shellany
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= MRI+JRuby compatible command output capturing
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|