20 lines
418 B
Makefile
20 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/06/25 06:40:04 sebastia Exp $
|
|
|
|
COMMENT = command-line utility for POSIX tar(1) archive files
|
|
|
|
DISTNAME = minitar-0.5.4
|
|
REVISION = 0
|
|
CATEGORIES = archivers
|
|
|
|
HOMEPAGE = http://www.github.com/atoulme/minitar
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2/Ruby license
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|