- Update PORTVERSION and distinfo checksum (0.8.5) Changelog: https://github.com/sdg-mit/gitless/releases/tag/v0.8.5 Approved by: junovitch (mentor) Differential Revision: D8883
29 lines
632 B
Makefile
29 lines
632 B
Makefile
# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitless
|
|
PORTVERSION= 0.8.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cpm@FreeBSD.org
|
|
COMMENT= Version control system built on top of Git
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clint>=0.3.6:devel/py-clint \
|
|
${PYTHON_PKGNAMEPREFIX}pygit2>=0.23.0:devel/py-pygit2 \
|
|
${PYTHON_PKGNAMEPREFIX}sh>=1.11:devel/py-sh \
|
|
git:devel/git
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sdg-mit
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|