mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
17 lines
312 B
Makefile
17 lines
312 B
Makefile
COMMENT = Ruby module for reading and writing zip files
|
|
|
|
DISTNAME = rubyzip-3.1.0
|
|
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>
|