freebsd-ports/devel/git-cvs/Makefile

26 lines
635 B
Makefile
Raw Normal View History

# Created by: mp39590@gmail.com
# $FreeBSD$
PORTNAME= git-cvs
PORTVERSION= 0.1.0
2017-05-08 12:06:21 +02:00
PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= mp39590@gmail.com
COMMENT= Tool to incrementally import changesets from CVS into Git
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rcsparse>0:devel/py-rcsparse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= ustuehler
2017-05-08 12:06:21 +02:00
USES= python:2.7 shebangfix
USE_PYTHON= autoplist distutils
2017-05-08 12:06:21 +02:00
SHEBANG_FILES= scripts/git-cvs
.include <bsd.port.mk>