pkgsrc/archivers/ruby-zip/Makefile
taca 59018eacc2 Update ruby-zip to 1.2.1.
v1.2.1

* Add accessor to @internal_file_attributes #304
* Extended globbing #303
* README updates #283, #289
* Cleanup after tests #298, #306
* Fix permissions on new zip files #294, #300
* Fix examples #297
* Support cp932 encoding #308
* Fix Directory traversal vulnerability #315
* Allow open_buffer to work without a given block #314
2017-03-11 15:34:46 +00:00

16 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/03/11 15:34:46 taca Exp $
DISTNAME= rubyzip-1.2.1
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"