blob: b01dcce28e2ce016900b641bc65fab5fd73bf522 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>
|