- Update version requirement of RUN_DEPENDS Changes: https://github.com/thoughtbot/shoulda/blob/master/CHANGELOG.md
23 lines
454 B
Makefile
23 lines
454 B
Makefile
PORTNAME= shoulda
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Making tests easy on the fingers and eyes
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-shoulda-context>=2.0<3:devel/rubygem-shoulda-context \
|
|
rubygem-shoulda-matchers>=4.0<5:devel/rubygem-shoulda-matchers
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= script/*
|
|
|
|
.include <bsd.port.mk>
|