mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
bc03b273ca
With Hat: ruby@ Tested by: make checksum
22 lines
475 B
Makefile
22 lines
475 B
Makefile
# Ports collection makefile for: archive-tar-minitar
|
|
# Date created: 09 nov 2005
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= archive-tar-minitar
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= archive-tar-minitar-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= library and command-line utility for tar archives
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/minitar
|
|
|
|
.include <bsd.port.mk>
|