Update devel/py-robotframework-pabot to version 0.12
[dports.git] / devel / rubygem-shoulda-matchers / Makefile
1 # Created by: Steve Wills <swills@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       shoulda-matchers
5 PORTVERSION=    2.7.0
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Making tests easy on the fingers and eyes
11
12 RUN_DEPENDS=    rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport
13
14 USE_RUBY=       yes
15 USE_RUBYGEMS=   yes
16 RUBYGEM_AUTOPLIST=      yes
17
18 .include <bsd.port.mk>