aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-digest-crc/Makefile
blob: 2af68717dc158f97b88c8f62ccc6c4ea05cc3e49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	digest-crc
PORTVERSION=	0.7.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Adds support for CRC to the Digest module
WWW=		https://github.com/postmodern/digest-crc

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-rake>=12.0.0<14.0.0:devel/rubygem-rake

USES=		gem

.include <bsd.port.mk>