freebsd-ports/devel/rubygem-subexec/Makefile
Sunpoet Po-Chuan Hsieh 108498a85a - Add rubygem-subexec 0.2.0
Subexec spawns a subprocess with an optional timeout.

WWW: https://github.com/nulayer/subexec
WWW: https://rubygems.org/gems/subexec
2011-11-05 14:59:08 +00:00

20 lines
405 B
Makefile

# New ports collection makefile for: rubygem-subexec
# Date created: 2011-11-02
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= subexec
PORTVERSION= 0.2.0
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Subexec spawns a subprocess with an optional timeout
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>