21 lines
345 B
Makefile
21 lines
345 B
Makefile
# Created by: peter.schuller@infidyne.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liquid
|
|
PORTVERSION= 2.6.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 2
|
|
|
|
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>
|