doesn't include end-user scripts installed outside the gems directory. Add a CONFLICTS_INSTALL against devel/svn2git Submitted by: swills (1)
24 lines
428 B
Makefile
24 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= svn2git
|
|
PORTVERSION= 2.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Ruby utilities for exporting SVN repo to git
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= git-subversion>0:${PORTSDIR}/devel/git-subversion
|
|
|
|
CONFLICTS_INSTALL= svn2git-[0-9]*
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/svn2git
|
|
|
|
.include <bsd.port.mk>
|