aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-caesars/Makefile
blob: 09876e67630c6f648f2bf5bf37d74eb483998948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	caesars
PORTVERSION=	0.7.4
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Rapid DSL prototyping in Ruby
WWW=		https://github.com/delano/caesars

NO_ARCH=	yes

USES=		gem shebangfix
SHEBANG_FILES=	bin/example

.include <bsd.port.mk>