summaryrefslogtreecommitdiff
path: root/devel/rubygem-hashdiff/Makefile
blob: 4a8dad3d1705dbf1c6a7f1f257ebd0c44d738ddd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	hashdiff
PORTVERSION=	1.1.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Diff lib to compute the smallest difference between two hashes
WWW=		https://github.com/liufengyun/hashdiff

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>