aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-bindex/Makefile
blob: d0466b37765d0ecab7ec0ff9de303e6eb7c87050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	bindex
PORTVERSION=	0.8.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Bindings for your Ruby exceptions

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>