blob: e98ac19c27b43476694aebed92bcd96feba2c9a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
WWW= https://github.com/postmodern/nokogiri-diff
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-nokogiri>=1.5<2:textproc/rubygem-nokogiri \
rubygem-tdiff>=0.3.2<1:devel/rubygem-tdiff
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|