aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-rparsec/Makefile
blob: 36def21bdb7110c951c4631f74a1224aa1bb1bd0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                      
                           

                      
# Ports collection makefile for:	rubygem-rparsec
# Date created:				24 September 2008
# Whom:					stas
#
# $FreeBSD$

PORTNAME=	rparsec
PORTVERSION=	1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RF

MAINTAINER=	stas@FreeBSD.org
COMMENT=	Recursive descent parser combinator framework for Ruby

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>