opnsense-ports/textproc/rubygem-liquid/Makefile
Franco Fichtner 6c8378334c */*: sync with upstream
Taken from: FreeBSD
2025-02-11 09:38:05 +01:00

21 lines
445 B
Makefile

PORTNAME= liquid
PORTVERSION= 5.7.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for rendering safe templates
WWW= https://shopify.github.io/liquid/ \
https://github.com/Shopify/liquid
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
rubygem-strscan>=3.1.1:devel/rubygem-strscan
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>