aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ast/Makefile
blob: 0d2e8d00ae826a25625cd84955114ddf2da487b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	ast
PORTVERSION=	2.4.1
CATEGORIES=	devel ruby
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library for working with Abstract Syntax Trees

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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>