freebsd-ports/devel/rubygem-subexec/Makefile
Sunpoet Po-Chuan Hsieh c500eaaf9f - Update to 0.2.2
- Add RG link

Changes:	https://github.com/nulayer/subexec/commits/master
2012-04-21 06:33:11 +00:00

20 lines
409 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.2
CATEGORIES= devel rubygems
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>