Index: head/sysutils/direnv/Makefile =================================================================== --- head/sysutils/direnv/Makefile (revision 450326) +++ head/sysutils/direnv/Makefile (revision 450327) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= direnv PORTVERSION= 2.11.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Environment variable manager for your shell +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes GH_ACCOUNT= zimbatm USES= gmake PLIST_FILES= bin/direnv man/man1/direnv.1.gz man/man1/direnv-stdlib.1.gz - -.include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/direnv \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/direnv.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/direnv-stdlib.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/sysutils/direnv/pkg-descr =================================================================== --- head/sysutils/direnv/pkg-descr (revision 450326) +++ head/sysutils/direnv/pkg-descr (revision 450327) @@ -1,6 +1,6 @@ direnv is an environment switcher for the shell. It knows how to hook into bash, zsh, tcsh and fish shell to load or unload environment variables depending on the current directory. This allows to have project-specific environment variables and not clutter the "~/.profile" file. -WWW: http://direnv.net/ +WWW: https://direnv.net/