mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changes: https://github.com/noraj/haiti/blob/master/docs/CHANGELOG.md#300
21 lines
414 B
Makefile
21 lines
414 B
Makefile
PORTNAME= haiti-hash
|
|
DISTVERSION= 3.0.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= salvadore@FreeBSD.org
|
|
COMMENT= Hash type identifier (CLI tool and library)
|
|
WWW= https://noraj.github.io/haiti/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-docopt>=0.6<1:devel/rubygem-docopt \
|
|
rubygem-paint>=2.3<3:devel/rubygem-paint
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|