1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/textproc/rubygem-docdiff/Makefile
Sunpoet Po-Chuan Hsieh ea9b87aa8c Cosmetic change
2019-11-03 17:32:42 +00:00

25 lines
463 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= docdiff
PORTVERSION= 0.5.0
PORTREVISION= 2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compares two text files by word, by character, or by line
LICENSE= BSD3CLAUSE
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/docdiff
SHEBANG_FILES= docdiffwebui.cgi langfilter.rb */*.rb lib/docdiff/*.rb
.include <bsd.port.mk>