24 lines
468 B
Makefile
24 lines
468 B
Makefile
# New ports collection makefile for: rubygem-minitar
|
|
# Date created: 2012-08-05
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= minitar
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
|
|
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
|
|
|
|
CONFLICTS= rubygem-archive-tar-minitar-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|