diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 22:14:00 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 23:06:14 +0800 |
| commit | 413f267881b4e8a9a3fabf94ea5cd486f213e7ea (patch) | |
| tree | de8bdcc2c0d39b0485f099c844dee1d449388e53 /misc/rubygem-dotenv2 | |
| parent | devel/rubygem-xdg7: Add rubygem-xdg7 7.1.3 (copied from rubygem-xdg) (diff) | |
misc/rubygem-dotenv2: Add rubygem-dotenv2 2.8.1 (copied from rubygem-dotenv)
- Add PORTSCOUT
Diffstat (limited to 'misc/rubygem-dotenv2')
| -rw-r--r-- | misc/rubygem-dotenv2/Makefile | 23 | ||||
| -rw-r--r-- | misc/rubygem-dotenv2/distinfo | 3 | ||||
| -rw-r--r-- | misc/rubygem-dotenv2/pkg-descr | 1 |
3 files changed, 27 insertions, 0 deletions
diff --git a/misc/rubygem-dotenv2/Makefile b/misc/rubygem-dotenv2/Makefile new file mode 100644 index 000000000000..d325899221a7 --- /dev/null +++ b/misc/rubygem-dotenv2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= dotenv +PORTVERSION= 2.8.1 +CATEGORIES= misc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 2 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Loads environment variables from .env +WWW= https://github.com/bkeepers/dotenv + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^2\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/dotenv + +.include <bsd.port.mk> diff --git a/misc/rubygem-dotenv2/distinfo b/misc/rubygem-dotenv2/distinfo new file mode 100644 index 000000000000..15b71bd5ec55 --- /dev/null +++ b/misc/rubygem-dotenv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1659161303 +SHA256 (rubygem/dotenv-2.8.1.gem) = c5944793349ae03c432e1780a2ca929d60b88c7d14d52d630db0508c3a8a17d8 +SIZE (rubygem/dotenv-2.8.1.gem) = 12800 diff --git a/misc/rubygem-dotenv2/pkg-descr b/misc/rubygem-dotenv2/pkg-descr new file mode 100644 index 000000000000..c9554f8dc32c --- /dev/null +++ b/misc/rubygem-dotenv2/pkg-descr @@ -0,0 +1 @@ +Loads environment variables from `.env`. |
