mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
24 lines
417 B
Makefile
24 lines
417 B
Makefile
PORTNAME= envy
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 0.1.0
|
|
PORTREVISION= 22
|
|
CATEGORIES= shells
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Shell helper that automatically sets and unsets environment variables
|
|
WWW= https://github.com/wojas/envy
|
|
|
|
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>
|