Update databases/mariadb104-server to version 10.4.13_2
[dports.git] / security / rubygem-digest-crc / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       digest-crc
4 PORTVERSION=    0.4.1
5 CATEGORIES=     security rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     ruby@FreeBSD.org
9 COMMENT=        Adds support for CRC to the Digest module
10
11 LICENSE=        MIT
12
13 USE_RUBY=       yes
14 USES=           gem
15 NO_ARCH=        yes
16
17 .include <bsd.port.mk>