opnsense-ports/textproc/rubygem-diff_match_patch/Makefile
Franco Fichtner 1e19029bb4 */*: sync with upstream
Taken from: HardenedBSD
2019-11-28 08:38:04 +01:00

20 lines
360 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
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>