Index: head/devel/rubygem-rspec-its/Makefile =================================================================== --- head/devel/rubygem-rspec-its/Makefile (revision 454605) +++ head/devel/rubygem-rspec-its/Makefile (revision 454606) @@ -1,22 +1,26 @@ # Created by: Yuichiro NAITO # $FreeBSD$ PORTNAME= rspec-its PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= naito.yuichiro@gmail.com COMMENT= RSpec extension gem for attribute matching LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \ rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations NO_ARCH= yes +USES= gem shebangfix +bash_CMD= ${SH} +SHEBANG_FILES= script/test_all + USE_RUBY= yes -USES= gem .include