aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-diff-lcs/Makefile
blob: a9cb3ead73b12d4f7b38e5f7afc6557221368e06 (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=   RG

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>