aboutsummaryrefslogblamecommitdiff
path: root/security/rubygem-digest-crc/Makefile
blob: ba0b3fc3b42f9fe2fcafd73a88a41452cea50fd6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                         
# $FreeBSD$

PORTNAME=	digest-crc
PORTVERSION=	0.4.1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Adds support for CRC to the Digest module

LICENSE=	MIT

USE_RUBY=	yes
USES=		gem
NO_ARCH=	yes

.include <bsd.port.mk>