mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
18 lines
370 B
Makefile
18 lines
370 B
Makefile
PORTNAME= cucumber-cucumber-expressions
|
|
PORTVERSION= 18.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Cucumber Expressions for Ruby
|
|
WWW= https://github.com/cucumber/cucumber-expressions/tree/main/ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|