mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
37666585ef
PR: ports/151053 Submitted by: myself (pgollucci) Approved by: maintainer timeout (peter.schuller@infidyne.com ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# Ports collection makefile for: liquid
|
|
# Date created: 24 Dec 2009
|
|
# Whom: peter.schuller@infidyne.com
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liquid
|
|
PORTVERSION= 2.2.2
|
|
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>
|