freebsd-ports/devel/rubygem-hashdiff/Makefile
2016-12-03 19:30:32 +00:00

19 lines
368 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= hashdiff
PORTVERSION= 0.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Diff lib to compute the smallest difference between two hashes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>