aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-timeout/Makefile
blob: 6fe204d0bdf3222d34f6433ec6a4b25024fdb8da (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                  

                       
                     





                                                                          


                                             






                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	timeout
PORTVERSION=	0.1.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Auto-terminate potentially long-running operations in Ruby

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>