mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.0 KiB
Tcl
33 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup gyf304 dotenv bb5cc71133552c5d0702811d312b8f84d7891acb
|
|
github.tarball_from archive
|
|
version 20240428
|
|
revision 0
|
|
|
|
description Standalone, language agnostic dotenv
|
|
|
|
long_description \
|
|
{*}${description}. Prefix any command with dotenv to load environment \
|
|
variables from a file named .env in the current directory.
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license BSD
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 86712954eee55eee0b1c47b2164ad7944a304b96 \
|
|
sha256 e38fd3a460f1d607cd90c39bcd3e979e8c166f204ef1a2ef5ca6cb093444a279 \
|
|
size 4624
|
|
|
|
patchfiles-append patch-Makefile.diff
|
|
|
|
depends_build-append \
|
|
port:mandoc
|