opnsense-ports/sysutils/rubygem-bundler_ext/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
394 B
Makefile

PORTNAME= bundler_ext
PORTVERSION= 0.4.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Loads gems installed on the system using Bundler Gemfile DSL
WWW= https://github.com/bundlerext/bundler_ext
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>