ports/archivers/ruby-minitar/Makefile

17 lines
334 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = command-line utility for POSIX tar(1) archive files
DISTNAME = minitar-0.9
CATEGORIES = archivers
HOMEPAGE = http://www.github.com/atoulme/minitar
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# GPLv2/Ruby license
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>