mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
22 lines
557 B
Makefile
22 lines
557 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= git-up
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Python implementation of 'git up'
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:devel/py-gitpython \
|
|
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:devel/py-colorama \
|
|
${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor \
|
|
${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt
|
|
|
|
USES= python zip dos2unix
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|