mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
22 lines
370 B
Makefile
22 lines
370 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= svn2git
|
|
PORTVERSION= 2.4.0
|
|
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:devel/git-subversion
|
|
|
|
CONFLICTS_INSTALL= svn2git-[0-9]*
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/svn2git
|
|
|
|
.include <bsd.port.mk>
|