mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
textproc/rubygem-liquid3: new port
- Required for www/rubygem-jekyll PR: 213500 Reported by: freebsdbug@patpro.net Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D8975
This commit is contained in:
parent
9ce6b7b66c
commit
2d066c48da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430725
@ -1471,6 +1471,7 @@
|
||||
SUBDIR += rubygem-linguistics
|
||||
SUBDIR += rubygem-liquid
|
||||
SUBDIR += rubygem-liquid2
|
||||
SUBDIR += rubygem-liquid3
|
||||
SUBDIR += rubygem-loggability
|
||||
SUBDIR += rubygem-loofah
|
||||
SUBDIR += rubygem-ltsv
|
||||
|
20
textproc/rubygem-liquid3/Makefile
Normal file
20
textproc/rubygem-liquid3/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $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 <bsd.port.mk>
|
3
textproc/rubygem-liquid3/distinfo
Normal file
3
textproc/rubygem-liquid3/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1483006705
|
||||
SHA256 (rubygem/liquid-3.0.6.gem) = 823deffde39a649b6befa1526a3767aa7bc22259ffc455becc92547fc6b3770c
|
||||
SIZE (rubygem/liquid-3.0.6.gem) = 65024
|
4
textproc/rubygem-liquid3/pkg-descr
Normal file
4
textproc/rubygem-liquid3/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user