aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-liquid/Makefile
blob: 83b8ff1b5a3f2bc973fe7b0b104f235c2755ccc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

# we care about not passing -A
FETCH_ARGS=	-pRr

.include <bsd.port.mk>