4fdbb02260
ISO8601 is a simple implementation in Ruby of the ISO 8601 (Data elements and interchange formats - Information interchange - Representation of dates and times) standard.
12 lines
325 B
Makefile
12 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/06/05 15:30:17 taca Exp $
|
|
|
|
DISTNAME= iso8601-0.9.1
|
|
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
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|