freebsd-ports/shells/envy/Makefile
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00

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>