opnsense-ports/textproc/rubygem-nokogiri-diff/Makefile
Franco Fichtner 3ef036b083 */*: sync with upstream
Taken from: FreeBSD
2015-05-17 07:51:16 +02:00

21 lines
486 B
Makefile

# 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
RUN_DEPENDS= rubygem-nokogiri>=1.5:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-tdiff>=0.3.2:${PORTSDIR}/devel/rubygem-tdiff
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>