freebsd-ports/devel/rubygem-ast/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
276 B
Makefile

PORTNAME= ast
PORTVERSION= 2.4.2
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>