summaryrefslogtreecommitdiff
path: root/devel/rubygem-hashdiff/Makefile
blob: 3de529fa0d93b88afe4bf8e02cf801958ed39a93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	hashdiff
PORTVERSION=	1.2.0
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>