2015-05-16 15:34:46 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nokogiri-diff
|
|
|
|
PORTVERSION= 0.2.0
|
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Calculate the differences between two XML/HTML documents
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-11-20 10:16:00 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2015-05-16 15:34:46 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \
|
|
|
|
rubygem-tdiff>=0.3.2:devel/rubygem-tdiff
|
2015-05-16 15:34:46 +02:00
|
|
|
|
2015-11-20 10:16:00 +01:00
|
|
|
NO_ARCH= yes
|
2015-05-16 15:34:46 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-05-16 15:34:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|