aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-liquid/Makefile
blob: f36271fe91868f4019041b3274c4987c3b6b9f37 (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.0.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>