forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
23 lines
524 B
Makefile
23 lines
524 B
Makefile
# Created by: Makoto Matsushita <matusita@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diff
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= ports/ruby-diff
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby implementation of Perl's Algorithm::Diff
|
|
|
|
BROKEN= Does not fetch
|
|
DEPRECATED= Broken for more than 6 months
|
|
EXPIRATION_DATE= 2014-11-26
|
|
|
|
USE_RUBY= YES
|
|
USE_RUBY_SETUP= YES
|
|
RUBY_SETUP= install.rb
|
|
|
|
.include <bsd.port.mk>
|