mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
20 lines
407 B
Makefile
20 lines
407 B
Makefile
PORTNAME= minitar
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library and command-line utility for tar archives
|
|
WWW= https://github.com/halostatue/minitar
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/docs/bsdl.txt
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/docs/ruby.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|