60329cb4a6
1.1.7 (2021-02-18) Merged Pull Requests * Convert destination to a String #61 (lamont-granquist) 1.1.6 (2021-02-17) Merged Pull Requests * Cache gems and test on Ruby 3 #59 (tas50) * Fix creating archives on windows with a CRLF #60 (lamont-granquist)
16 lines
432 B
Makefile
16 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/02/28 13:18:16 taca Exp $
|
|
|
|
DISTNAME= mixlib-archive-1.1.7
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/chef/mixlib-archive
|
|
COMMENT= Simple interface to various archive formats
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6:../../devel/ruby-mixlib-log
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|