aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-caesars/Makefile
blob: 5a85dafc479ad231faa492432c0c6306bc799c16 (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=	caesars
PORTVERSION=	0.7.4
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Rapid DSL prototyping in Ruby

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem shebangfix
SHEBANG_FILES=	bin/example

.include <bsd.port.mk>