aboutsummaryrefslogblamecommitdiff
path: root/textproc/rubygem-liquid-tag-parser/Makefile
blob: 4a66f60da98ff9060bdb9a808f19040769c104b2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                  

                                 
                     
                 







                                        
                                                            
                                                                 
 
                   
                   
 

                   

                    
 
                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	liquid-tag-parser
PORTVERSION=	2.0.2
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Parse liquid tags easily

LICENSE=	MIT

RUN_DEPENDS=	rubygem-extras>=0.3<1:devel/rubygem-extras \
		rubygem-liquid4>=3.0<5.0:textproc/rubygem-liquid4

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

# Disable rdoc
OPTIONS_EXCLUDE=DOCS

.include <bsd.port.mk>