freebsd-ports/devel/rubygem-svn2git/Makefile
Brooks Davis 2f6e9a02d7 Enable subversion support by default and remove git-subversion.
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
2019-11-22 17:25:07 +00:00

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>