mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
17 lines
362 B
Makefile
17 lines
362 B
Makefile
PORTNAME= digest-crc
|
|
PORTVERSION= 0.6.5
|
|
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>
|