freebsd-ports/textproc/rubygem-liquid/Makefile
2024-03-31 11:09:27 +08:00

19 lines
336 B
Makefile

PORTNAME= liquid
PORTVERSION= 5.5.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
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>