aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-nesty/Makefile
blob: 0740cc812c3e6b2e5310b24875f38f775c9ffa5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	nesty
PORTVERSION=	1.0.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Nested exception support for Ruby

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>