blob: c8c5f4ed28cb245dbb6dfae3a0b208a1c6e57462 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= subexec
PORTVERSION= 0.2.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Subexec spawns a subprocess with an optional timeout
WWW= https://github.com/nulayer/subexec
LICENSE= MIT
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|