blob: 68755f68cd164d4b60f668905195125590b3cf2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|