b6d6777532
and entry is disappeared from RAA, delete WWW: line and RAA message. Also tarball is copied to my distfiles directory. No content changes (only MASTER_SITES is changed) so no bumps. Noticed by: fenner's distfiles survey
24 lines
514 B
Makefile
24 lines
514 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= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= matusita/ruby-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>
|