forked from Lainports/freebsd-ports
22 lines
378 B
Makefile
22 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liquid
|
|
PORTVERSION= 3.0.6
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 3
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for rendering safe templates
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
DEPRECATED= Use textproc/rubygem-liquid instead
|
|
EXPIRATION_DATE=2017-07-31
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|