freebsd-ports/textproc/rubygem-liquid4/Makefile
2021-04-06 16:31:07 +02:00

22 lines
355 B
Makefile

# Created by: peter.schuller@infidyne.com
PORTNAME= liquid
PORTVERSION= 4.0.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for rendering safe templates
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^4\.
.include <bsd.port.mk>