23 lines
457 B
Makefile
23 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:58 sthen Exp $
|
|
|
|
COMMENT = case insensitive, case preserving hash class for ruby
|
|
|
|
DISTNAME = cicphash-1.0.0
|
|
REVISION = 5
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE= https://github.com/jeremyevans/ruby-cicphash
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${RUBY} -I . test/test_cicphash.rb
|
|
|
|
.include <bsd.port.mk>
|