summaryrefslogtreecommitdiff
path: root/textproc/rubygem-diff_match_patch/Makefile
blob: 72eb0c374e734f41831cc2b2e6923cb62c06fba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	diff_match_patch
PORTVERSION=	0.1.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Ruby implementation of Google diff_match_patch

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>