f8c9ab76c1
3.6.0 (2020-12-30) New features and important changes: * Do not indent multiline string values (github.com/patsplat/plist/pull/54) * Add `Plist::UnimplementedElementError` (github.com/patsplat/plist/pull/51) * Add support for text inside `<![CDATA[ … ]]>` (github.com/patsplat/plist/pull/49) Housekeeping: * Add Ruby 2.7 and 3.0 to CI (github.com/patsplat/plist/pull/55) * add docker-compose for development (github.com/patsplat/plist/pull/47) * Replace `require` with `require_relative`(github.com/patsplat/plist/pull/52)
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/01/14 14:49:30 taca Exp $
|
|
|
|
DISTNAME= plist-3.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bleything/plist
|
|
COMMENT= Manipulate Property List files
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|