2008-11-10 00:00:51 +01:00
|
|
|
# Ports collection makefile for: rubygem-diff-lcs
|
|
|
|
# Date created: 2008-11-05
|
|
|
|
# Whom: Daniel Roethlisberger <daniel@roe.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= diff-lcs
|
2011-09-11 02:42:24 +02:00
|
|
|
PORTVERSION= 1.1.3
|
2008-11-10 00:00:51 +01:00
|
|
|
CATEGORIES= textproc rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2008-11-10 00:00:51 +01:00
|
|
|
|
2010-06-11 03:34:27 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2008-11-10 00:00:51 +01:00
|
|
|
COMMENT= LCS-based diff library for ruby
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/ldiff bin/htmldiff
|
2008-11-10 00:00:51 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|