forked from Lainports/freebsd-ports
Without PROVIDES/REQUIRES support, ports must depend on exactly one git port/pkg. Subversion is currently FreeBSD's primiary version control system and it is widely used with git so it makes sense to enable it by default and provide a consistent user experience. Approved by: garga Differential Revision: https://reviews.freebsd.org/D22496
22 lines
348 B
Makefile
22 lines
348 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>0:devel/git
|
|
|
|
CONFLICTS_INSTALL= svn2git-[0-9]*
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/svn2git
|
|
|
|
.include <bsd.port.mk>
|