1e3c6dade2
2.3.2 (2021-07-05) * A "dummy" release to warn about breaking changes coming in version 3.0. This updated version uses the Gem post_install_message instead of printing to STDERR. * 2.3.1 (2021-07-03) A "dummy" release to warn about breaking changes coming in version 3.0.
18 lines
473 B
Makefile
18 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.22 2021/08/12 14:56:35 taca Exp $
|
|
|
|
DISTNAME= rubyzip-2.3.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/aussiegeek/rubyzip
|
|
COMMENT= Ruby module for reading and writing zip files
|
|
LICENSE= ruby-license
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
pre-configure:
|
|
${CHMOD} -R -x ${WRKSRC}/Rakefile ${WRKSRC}/lib/zip/*.rb
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|