17 lines
329 B
Makefile
17 lines
329 B
Makefile
PORTNAME= digest-crc
|
|
PORTVERSION= 0.6.4
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Adds support for CRC to the Digest module
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-rake>=12.0.0<14.0.0:devel/rubygem-rake
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|