Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1474,6 +1474,7 @@ SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-liquid2 + SUBDIR += rubygem-liquid3 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah SUBDIR += rubygem-ltsv Index: textproc/rubygem-liquid3/Makefile =================================================================== --- /dev/null +++ textproc/rubygem-liquid3/Makefile @@ -0,0 +1,21 @@ +# Created by: peter.schuller@infidyne.com +# $FreeBSD$ + +PORTNAME= liquid +PORTVERSION= 3.0.6 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library for rendering safe templates + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Index: textproc/rubygem-liquid3/distinfo =================================================================== --- /dev/null +++ textproc/rubygem-liquid3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1483006705 +SHA256 (rubygem/liquid-3.0.6.gem) = 823deffde39a649b6befa1526a3767aa7bc22259ffc455becc92547fc6b3770c +SIZE (rubygem/liquid-3.0.6.gem) = 65024 Index: textproc/rubygem-liquid3/pkg-descr =================================================================== --- /dev/null +++ textproc/rubygem-liquid3/pkg-descr @@ -0,0 +1,4 @@ +Ruby library for rendering safe templates which cannot affect the +security of the server they are rendered on. + +WWW: http://www.liquidmarkup.org