20 lines
530 B
Makefile
20 lines
530 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= ${MASTER_SITE_RUBYFORGE}
|
||
|
MASTER_SITE_SUBDIR= ruwiki
|
||
|
DISTNAME= archive-tar-minitar-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= dinoex@FreeBSD.org
|
||
|
COMMENT= library and command-line utility for tar archives
|
||
|
|
||
|
.include <bsd.port.pre.mk>
|
||
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
||
|
.include <bsd.port.post.mk>
|