opnsense-ports/devel/rubygem-shoulda/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

22 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= shoulda
PORTVERSION= 3.5.0
PORTREVISION= 1
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>=1.0.1:devel/rubygem-shoulda-context \
rubygem-shoulda-matchers>=1.4.1:devel/rubygem-shoulda-matchers
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>