Changeset View
Changeset View
Standalone View
Standalone View
www/minio-client/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= minio-client | PORTNAME= minio-client | ||||
PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} | PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} | ||||
CATEGORIES= www | CATEGORIES= www | ||||
MAINTAINER= jhixson@gmail.com | MAINTAINER= jhixson@FreeBSD.org | ||||
COMMENT= Replacement for ls, cp, mkdir, diff and rsync commands for filesystems | COMMENT= Replacement for ls, cp, mkdir, diff and rsync commands for filesystems | ||||
LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
BUILD_DEPENDS= go>=1.9.4:lang/go \ | BUILD_DEPENDS= go>=1.9.4:lang/go \ | ||||
bash:shells/bash | bash:shells/bash | ||||
OPTIONS_DEFINE= MC | OPTIONS_DEFINE= MC | ||||
Show All 31 Lines |