Files
bsdports/_unused/rubygem-rails-dom-testing/Makefile
2019-12-26 07:26:06 +00:00

21 lines
475 B
Makefile

# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
# $FreeBSD:ruby/Makefile 440664 2017-05-11 21:02:56Z sunpoet $
PORTNAME= rails-dom-testing
PORTVERSION= 2.0.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Analyse and compare DOMs using Nokogiri
RUN_DEPENDS= rubygem-activesupport4>=4.2.0:ruby/rubygem-activesupport4 \
rubygem-nokogiri>=1.6:ruby/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>