freebsd-ports/devel/rubygem-awesome_print/Makefile
2021-04-06 16:31:07 +02:00

19 lines
339 B
Makefile

# Created by: Koichiro IWAO <meta@FreeBSD.org>
PORTNAME= awesome_print
PORTVERSION= 1.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= meta@FreeBSD.org
COMMENT= Pretty print Ruby objects to visualize their structure
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>