freebsd-ports/security/rubygem-digest-crc/Makefile
Brad Davis 4a8f2b6f1f Add a new port security/rubygem-digest-crc.
Approved by:	swills (mentor)
2016-05-19 14:31:37 +00:00

17 lines
258 B
Makefile

# $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>