Files

17 lines
312 B
Makefile
Raw Permalink Normal View History

2021-06-20 09:45:43 +00:00
COMMENT = Ruby module for reading and writing zip files
2026-06-03 18:38:25 +00:00
DISTNAME = rubyzip-3.3.1
2021-06-20 09:45:43 +00:00
CATEGORIES = archivers
HOMEPAGE = https://github.com/rubyzip/rubyzip
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>