opnsense-ports/devel/rubygem-diva/Makefile
Franco Fichtner c240fa419c */*: sync with upstream
Taken from: FreeBSD
2024-05-21 13:53:19 +02:00

19 lines
368 B
Makefile

PORTNAME= diva
PORTVERSION= 2.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= meta@FreeBSD.org
COMMENT= Implementation of expression for handling things
WWW= https://rubygems.org/gems/diva
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-addressable>=2.5.2:www/rubygem-addressable
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>