freebsd-ports/devel/rubygem-shoulda/Makefile
Sunpoet Po-Chuan Hsieh ae3d6c7e3c - Add LICENSE
- Update WWW
2015-05-29 11:16:01 +00:00

20 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= shoulda
PORTVERSION= 3.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Making tests easy on the fingers and eyes
LICENSE= MIT
RUN_DEPENDS= rubygem-shoulda-context>=1.0.1:${PORTSDIR}/devel/rubygem-shoulda-context \
rubygem-shoulda-matchers>=1.4.1:${PORTSDIR}/devel/rubygem-shoulda-matchers
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>