mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
722 B
Tcl
20 lines
722 B
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 R 1.0
|
|
|
|
R.setup github gaborcsardi dotenv 1.0.3 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Load environment variables from .env
|
|
long_description {*}${description}
|
|
checksums rmd160 f1fdf4107add9f4b9d605e03fa299b63f45adfd4 \
|
|
sha256 2d6e41b63d3c4b713c3f700d1a54c9b1cc76b2d6fa337ba9e028b48d1915e83e \
|
|
size 5536
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
test.run yes
|