mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
26 lines
635 B
Makefile
26 lines
635 B
Makefile
# Created by: mp39590@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= git-cvs
|
|
PORTVERSION= 0.1.0
|
|
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
|
|
|
|
USES= python:2.7 shebangfix
|
|
USE_PYTHON= autoplist distutils
|
|
SHEBANG_FILES= scripts/git-cvs
|
|
|
|
.include <bsd.port.mk>
|