1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/archivers/rubygem-minitar/Makefile
2019-09-05 17:09:02 +00:00

23 lines
435 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= minitar
PORTVERSION= 0.9
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library and command-line utility for tar archives
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/docs/bsdl.txt
LICENSE_FILE_RUBY= ${WRKSRC}/docs/ruby.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>