0471a0304a
* Don't enable JRuby objectspace #252 * Fixes an exception thrown when decoding some weird .zip files #248 * Use duck typing with IO methods #244 * Added error for empty (zero bit) zip file #242 * Accept StringIO in Zip.open_buffer #238 * Do something more expected with new file permissions #237 * Case insensitivity option for #find_entry #222 * Fixes in documentation and examples
16 lines
450 B
Makefile
16 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.16 2016/03/08 13:50:17 taca Exp $
|
|
|
|
DISTNAME= rubyzip-1.2.0
|
|
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
|
|
|
|
pre-configure:
|
|
${CHMOD} -R -x ${WRKSRC}/Rakefile ${WRKSRC}/lib/zip/*.rb
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|