c500eaaf9f
- Add RG link Changes: https://github.com/nulayer/subexec/commits/master
20 lines
409 B
Makefile
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>
|