mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3548b99839
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
23 lines
491 B
Makefile
23 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>
|