20 lines
324 B
Makefile
20 lines
324 B
Makefile
# Created by: peter.schuller@infidyne.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liquid
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for rendering safe templates
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|