freebsd-ports/textproc/ruby-diff/Makefile
Makoto Matsushita 3548b99839 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
2003-06-14 14:23:21 +00:00

22 lines
491 B
Makefile

# 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>