mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
25 lines
393 B
Makefile
25 lines
393 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= envy
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= shells
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Shell helper that automatically sets and unsets environment variables
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wojas
|
|
|
|
GO_PKGNAME= github.com/wojas/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/envy
|
|
|
|
.include <bsd.port.mk>
|