16 lines
294 B
Makefile
16 lines
294 B
Makefile
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>
|