pkgsrc/archivers/ruby-zip/Makefile
taca 94ccdc0de2 Update ruby-zip to 0.9.9.
= Version 0.9.9

Added support for backslashes in zip files (generated by the default Windows
zip packer for example) and comment sections with the comment length set to zero
even though there is actually a comment.
2012-07-31 13:44:30 +00:00

16 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.10 2012/07/31 13:44:30 taca Exp $
DISTNAME= rubyzip-0.9.9
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"