a7b1a89afd
- Drop maintainership [2] PR: ports/162137 [1] Submitted by: swills (me) [1] Requested by: peter.schuller@infidyne.com (maintainer) [2] (private email)
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Ports collection makefile for: liquid
|
|
# Date created: 24 Dec 2009
|
|
# Whom: peter.schuller@infidyne.com
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liquid
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for rendering safe templates
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|