2003-06-14 16:23:21 +02:00
|
|
|
# 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
|
2005-12-21 13:28:45 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= matusita/ruby-diff
|
2003-06-14 16:23:21 +02:00
|
|
|
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>
|