ports/devel/py-git-up/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>