19 lines
397 B
Makefile
19 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/09/26 06:41:33 sebastia Exp $
|
|
|
|
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>
|