freebsd-ports/devel/rubygem-caesars/Makefile
Dmitry Marakasov 024553b4fb - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-08-17 19:00:33 +00:00

21 lines
367 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= bin/example
.include <bsd.port.mk>