freebsd-ports/devel/rubygem-ast/Makefile
Sunpoet Po-Chuan Hsieh 32bb5e135d - Update to 2.2.0
Changes:	https://github.com/whitequark/ast/commits/master
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:13:29 +00:00

19 lines
315 B
Makefile

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