1PORTNAME= rails-dom-testing 2PORTVERSION= 2.0.3 3CATEGORIES= textproc rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Analyse and compare DOMs using Nokogiri 8WWW= https://github.com/rails/rails-dom-testing 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/MIT-LICENSE 12 13BUILD_DEPENDS= ${RUN_DEPENDS} 14RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \ 15 rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri 16 17USES= gem 18 19NO_ARCH= yes 20 21PORTSCOUT= limit:^2\.0\. 22 23.include <bsd.port.mk> 24