mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
475 B
Makefile
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>
|