aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rubygem-archive-tar-minitar/Makefile
blob: fa6b825c810872d157217bb5b96adaa58bf26d6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   archive-tar-minitar
PORTVERSION=    0.5.2
CATEGORIES= archivers rubygems
MASTER_SITES=   RG
DISTNAME=   archive-tar-minitar-${PORTVERSION}

MAINTAINER= ruby@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>