diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-06-14 14:23:21 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-06-14 14:23:21 +0000 |
commit | 3548b99839d81918605e09228f20037a530c5ef3 (patch) | |
tree | 28eb5450450789733faad5d8410f67e2d17f7a88 /textproc/ruby-diff/Makefile | |
parent | Update to version 1.02. (diff) |
New port: ruby-diff
This is a ruby library, implements Algorithm::Diff of Perl. This library
is needed for aswiki, which will be commited later.
Reviewed by: kuriyama, knu
Notes
Notes:
svn path=/head/; revision=82983
Diffstat (limited to 'textproc/ruby-diff/Makefile')
-rw-r--r-- | textproc/ruby-diff/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/ruby-diff/Makefile b/textproc/ruby-diff/Makefile new file mode 100644 index 000000000000..8c0c22b82f3b --- /dev/null +++ b/textproc/ruby-diff/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ruby-diff +# Date created: 13 June 2003 +# Whom: Makoto Matsushita <matusita@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= diff +PORTVERSION= 0.4 +CATEGORIES= textproc ruby +MASTER_SITES= http://www.rubynet.org/mirrors/diff/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= matusita@FreeBSD.org +COMMENT= Ruby implementation of Perl's Algorithm::Diff + +USE_RUBY= YES +USE_RUBY_SETUP= YES +RUBY_SETUP= install.rb + +.include <bsd.port.mk> |