freebsd-ports/devel/rubygem-ast/Makefile
Sunpoet Po-Chuan Hsieh 1d88c7fce5 Update to 2.4.1
- Take maintainership

Changes:	https://github.com/whitequark/ast/commits/master
2020-06-22 19:36:32 +00:00

19 lines
289 B
Makefile

# $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>