3fd5a51c51
Update ruby-iso8601 to 0.13.0. 0.13.0 (2020-07-05) * Fix RuboCop issues (thanks @utkarsh2102). * Change minimum required ruby version to 2.4 (thanks @utkarsh2102).
14 lines
349 B
Makefile
14 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/09/14 15:16:14 taca Exp $
|
|
|
|
DISTNAME= iso8601-0.13.0
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/arnau/ISO8601
|
|
COMMENT= Ruby parser to work with ISO 8601 dateTimes and durations
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|