aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-svn2git/Makefile
blob: f82a0fd93836f390e5bbef62a8ad9b562a9e06da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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:devel/git-subversion

CONFLICTS_INSTALL=  svn2git-[0-9]*

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist
PLIST_FILES=    bin/svn2git

.include <bsd.port.mk>