9b6dfc441f
- Clean up Makefile - Add NO_ARCH - Update WWW Changes: https://github.com/hisashim/docdiff/commits/master
20 lines
364 B
Makefile
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>
|