freebsd-ports/archivers/rubygem-archive-tar-minitar/Makefile
Sunpoet Po-Chuan Hsieh 78c3380a2b Update to 0.6.1
- Update LICENSE
- Update pkg-descr

Changes:	https://github.com/halostatue/minitar/blob/master/History.md
2017-06-05 14:51:18 +00:00

21 lines
453 B
Makefile

# $FreeBSD$
PORTNAME= archive-tar-minitar
PORTVERSION= 0.6.1
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library and command-line utility for tar archives
LICENSE= BSD3CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-minitar>=${PORTVERSION:R}:archivers/rubygem-minitar \
rubygem-minitar-cli>=${PORTVERSION:R}:archivers/rubygem-minitar-cli
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>