opnsense-ports/devel/rubygem-svn2git/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
356 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
WWW= https://github.com/nirvdrum/svn2git
LICENSE= MIT
RUN_DEPENDS= git>0:devel/git
CONFLICTS_INSTALL= svn2git
NO_ARCH= yes
USES= gem
PLIST_FILES= bin/svn2git
.include <bsd.port.mk>