freebsd-ports/devel/rubygem-ast/Makefile
Michael Moll 2bc7d7c5b7 new port: devel/rubygem-ast
AST is a small Ruby library for working with immutable abstract syntax trees.

WWW: https://github.com/whitequark/ast
2015-10-05 21:50:51 +00:00

19 lines
315 B
Makefile

# $FreeBSD$
PORTNAME= ast
PORTVERSION= 2.1.0
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for working with Abstract Syntax Trees
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>