4a8f2b6f1f
Approved by: swills (mentor)
17 lines
258 B
Makefile
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>
|