Changeset View
Changeset View
Standalone View
Standalone View
devel/rubygem-svn2git/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= svn2git | PORTNAME= svn2git | ||||
PORTVERSION= 2.4.0 | PORTVERSION= 2.4.0 | ||||
CATEGORIES= devel rubygems | CATEGORIES= devel rubygems | ||||
MASTER_SITES= RG | MASTER_SITES= RG | ||||
MAINTAINER= matthew@FreeBSD.org | MAINTAINER= matthew@FreeBSD.org | ||||
COMMENT= Ruby utilities for exporting SVN repo to git | COMMENT= Ruby utilities for exporting SVN repo to git | ||||
LICENSE= MIT | LICENSE= MIT | ||||
RUN_DEPENDS= git-subversion>0:devel/git-subversion | RUN_DEPENDS= git>0:devel/git | ||||
CONFLICTS_INSTALL= svn2git-[0-9]* | CONFLICTS_INSTALL= svn2git-[0-9]* | ||||
NO_ARCH= yes | NO_ARCH= yes | ||||
USE_RUBY= yes | USE_RUBY= yes | ||||
USES= gem | USES= gem | ||||
PLIST_FILES= bin/svn2git | PLIST_FILES= bin/svn2git | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |