Files
bsdports/ruby/rubygem-ast/Makefile
2019-12-26 07:26:06 +00:00

16 lines
305 B
Makefile

# $FreeBSD: head/devel/rubygem-ast/Makefile 460031 2018-01-26 18:12:32Z sunpoet $
PORTNAME= ast
PORTVERSION= 2.4.0
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for working with Abstract Syntax Trees
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>