freebsd-ports/devel/git-remote-hg/Makefile
Steve Wills 2f2dd87bfa devel/git-remote-hg: create port
Transparent bidirectional bridge between Git and Mercurial for Git.

WWW: https://github.com/mnauw/git-remote-hg

PR:		234200
Submitted by:	Šimun Mikecin <numisemis@yahoo.com>
2019-01-17 18:54:29 +00:00

28 lines
579 B
Makefile

# $FreeBSD$
PORTNAME= git-remote-hg
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
CATEGORIES= devel python
MAINTAINER= numisemis@yahoo.com
COMMENT= Transparent bidirectional bridge between Git and Mercurial for Git
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= a2x:textproc/asciidoc
RUN_DEPENDS= hg:devel/mercurial
USES= gmake python:2.7 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= mnauw
MAKE_ENV= prefix="${PREFIX}"
SHEBANG_FILES= git-remote-hg
INSTALL_TARGET= install install-doc
PLIST_FILES= bin/git-remote-hg man/man1/git-remote-hg.1.gz
.include <bsd.port.mk>