mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
16 lines
305 B
Makefile
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>
|