opnsense-ports/textproc/rubygem-liquid/Makefile
Franco Fichtner 195137c968 */*: sync with upstream
Taken from: FreeBSD
2025-01-07 13:45:07 +01:00

21 lines
441 B
Makefile

PORTNAME= liquid
PORTVERSION= 5.6.0
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>=0:devel/rubygem-strscan
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>