forked from Lainports/freebsd-ports
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21743
35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= antibody
|
|
PORTVERSION= 4.1.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= shells
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= High-performance zsh plugin manager
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= git:devel/git \
|
|
zsh:shells/zsh
|
|
|
|
USES= go:modules
|
|
|
|
PLIST_FILES= bin/antibody
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= getantibody
|
|
# Not needed: go-spew, go-difflib
|
|
GH_TUPLE= alecthomas:kingpin:a39589:kingpin/vendor/github.com/alecthomas/kingpin \
|
|
alecthomas:template:a0175e:tempalte/vendor/github.com/alecthomas/template \
|
|
alecthomas:units:2efee8:units/vendor/github.com/alecthomas/units \
|
|
caarlos0:gohome:75f08ebc:gohome/vendor/github.com/caarlos0/gohome \
|
|
getantibody:folder:v1.0.0:folder/vendor/github.com/getantibody/folder \
|
|
golang:crypto:1a580b:crypto/vendor/golang.org/x/crypto \
|
|
golang:net:2491c5:net/vendor/golang.org/x/net \
|
|
golang:sync:1d60e4:sync/vendor/golang.org/x/sync \
|
|
golang:sys:7c87d1:sys/vendor/golang.org/x/sys
|
|
|
|
.include <bsd.port.mk>
|