freebsd-ports/textproc/rubygem-docdiff/Makefile
Sunpoet Po-Chuan Hsieh 9b6dfc441f Update to 0.5.0
- Clean up Makefile
- Add NO_ARCH
- Update WWW

Changes:	https://github.com/hisashim/docdiff/commits/master
2017-01-02 15:10:16 +00:00

20 lines
364 B
Makefile

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