freebsd-ports/textproc/rubygem-liquid/Makefile
Philip M. Gollucci d0907c2433 - Convert to RG macro
PR:             ports/147032
Submitted by:   pgollucci@ (myself)
Approved by:    maintainer
2010-05-27 01:02:16 +00:00

22 lines
425 B
Makefile

# 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>