Changeset View
Changeset View
Standalone View
Standalone View
devel/lab/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= lab | PORTNAME= lab | ||||
PORTVERSION= 0.16.0 | PORTVERSION= 0.16.0 | ||||
DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
CATEGORIES= devel | CATEGORIES= devel | ||||
MAINTAINER= swills@FreeBSD.org | MAINTAINER= swills@FreeBSD.org | ||||
COMMENT= Lab makes it simple to work with repositories on GitLab | COMMENT= Lab makes it simple to work with repositories on GitLab | ||||
LICENSE= UNLICENSE | LICENSE= UNLICENSE | ||||
LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
USES= go:modules | USES= go:modules | ||||
OPTIONS_DEFINE= GIT_SUBVERSION | |||||
GIT_SUBVERSION_DESC= Use devel/git-subversion as backend | |||||
GIT_SUBVERSION_RUN_DEPENDS= git-subversion>0:devel/git-subversion | |||||
GIT_SUBVERSION_RUN_DEPENDS_OFF= git:devel/git | |||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_TUPLE= zaquestion:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT \ | GH_TUPLE= zaquestion:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT \ | ||||
avast:retry-go:5469272a8171:avast_retry_go/vendor/github.com/avast/retry-go \ | avast:retry-go:5469272a8171:avast_retry_go/vendor/github.com/avast/retry-go \ | ||||
cpuguy83:go-md2man:v1.0.8:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man \ | cpuguy83:go-md2man:v1.0.8:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man \ | ||||
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ | davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ | ||||
fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ | fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ | ||||
gdamore:encoding:b23993cbb635:gdamore_encoding/vendor/github.com/gdamore/encoding \ | gdamore:encoding:b23993cbb635:gdamore_encoding/vendor/github.com/gdamore/encoding \ | ||||
Show All 37 Lines |