summaryrefslogtreecommitdiff
path: root/textproc/rubygem-rly/Makefile
blob: 0f5b6ab2e52573efb3744c8ef98ceec02a08f07a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	rly
PORTVERSION=	0.2.3
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby implementation of lex and yacc
WWW=		https://github.com/farcaller/rly

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>