aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-liquid/Makefile
blob: fbdbb93f82bef85e1b99b709e2bebeaa867bba89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:    liquid
# Date created:             24 Dec 2009
# Whom:                 peter.schuller@infidyne.com
#
# $FreeBSD$

PORTNAME=   liquid
PORTVERSION=    2.2.0
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= peter.schuller@infidyne.com
COMMENT=    Library for rendering safe templates

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>