freebsd-ports/textproc/rubygem-diff-lcs/Makefile
Sunpoet Po-Chuan Hsieh c8803da386 - Update to 1.2.5
- Add LICENSE
- Sort PLIST_FILES
- Support STAGEDIR

Changes:	https://github.com/halostatue/diff-lcs/blob/master/History.rdoc
2013-12-31 06:58:42 +00:00

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>