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