mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ac28654add
- Use CONFLICTS_INSTALL instead of CONFLICTS
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minitar
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library and command-line utility for tar archives
|
|
|
|
LICENSE= GPLv2 GPLv3 RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/minitar
|
|
|
|
CONFLICTS_INSTALL= rubygem-archive-tar-minitar-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|