mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
380 B
Makefile
23 lines
380 B
Makefile
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>
|