freebsd-ports/devel/rubygem-ast/Makefile

20 lines
315 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= ast
PORTVERSION= 2.2.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>