Files
ports/devel/rubygem-shoulda/Makefile
Po-Chuan Hsieh ccbf17ee8d devel/rubygem-shoulda: Update to 4.0.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/thoughtbot/shoulda/blob/master/CHANGELOG.md
2021-07-06 22:59:53 +08:00

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>