ports/devel/rubygem-rspec-expectations/Makefile
2018-10-14 16:30:49 +00:00

23 lines
504 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rspec-expectations
PORTVERSION= 3.8.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rspec-expectations adds should and should_not to every object
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-diff-lcs>=1.2.0:textproc/rubygem-diff-lcs \
rubygem-rspec-support>=${PORTVERSION:R}.0:devel/rubygem-rspec-support
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>