freebsd-ports/textproc/rubygem-liquid/Makefile

21 lines
328 B
Makefile
Raw Normal View History

2013-06-03 03:27:20 +02:00
# 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
2014-05-08 05:36:09 +02:00
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
2014-05-08 05:36:09 +02:00
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>