5933ac0b09
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
20 lines
328 B
Makefile
20 lines
328 B
Makefile
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
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/svn2git
|
|
|
|
.include <bsd.port.mk>
|