c8803da386
- Add LICENSE - Sort PLIST_FILES - Support STAGEDIR Changes: https://github.com/halostatue/diff-lcs/blob/master/History.rdoc
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# Created by: Daniel Roethlisberger <daniel@roe.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diff-lcs
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= LCS-based diff library for ruby
|
|
|
|
LICENSE= ART20 GPLv2 GPLv3 MIT
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/htmldiff bin/ldiff
|
|
|
|
.include <bsd.port.mk>
|