1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/rubygem-subexec/Makefile
Sunpoet Po-Chuan Hsieh 58f8eee04a - Update to 0.2.3
- Cleanup Makefile header

Changes:	https://github.com/nulayer/subexec/commits/master
Feature safe:	yes
2013-04-18 16:59:14 +00:00

17 lines
328 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>