aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-diff-lcs/Makefile
blob: 0d43d7d0fecaaab4489644c6e2e925cee35b4e67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ports collection makefile for:    rubygem-diff-lcs
# Date created:             2008-11-05
# Whom:                 Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$

PORTNAME=   diff-lcs
PORTVERSION=    1.1.2
CATEGORIES= textproc rubygems
MASTER_SITES=   RF/ruwiki

MAINTAINER= ruby@FreeBSD.org
COMMENT=    LCS-based diff library for ruby

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes
PLIST_FILES=    bin/ldiff bin/htmldiff

.include <bsd.port.mk>