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

20 lines
407 B
Makefile

PORTNAME= guard-cucumber
PORTVERSION= 3.0.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automatically run your features
WWW= https://github.com/guard/guard-cucumber
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-cucumber>=3.1:devel/rubygem-cucumber \
rubygem-nenv>=0.1:devel/rubygem-nenv
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>