forked from Lainports/opnsense-ports
20 lines
405 B
Makefile
20 lines
405 B
Makefile
PORTNAME= docdiff
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Compares two text files by word, by character, or by line
|
|
WWW= https://github.com/hisashim/docdiff
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/docdiff
|
|
|
|
SHEBANG_FILES= docdiffwebui.cgi langfilter.rb */*.rb lib/docdiff/*.rb
|
|
|
|
.include <bsd.port.mk>
|