forked from Lainports/freebsd-ports
PR: 199543 Differential Revision: https://reviews.freebsd.org/D2405 Reviewed by: Koichiro IWAO Approved by: mat (mentor)
19 lines
373 B
Makefile
19 lines
373 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= awesome_print
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= meta+ports@vmeta.jp
|
|
COMMENT= Pretty print Ruby objects to visualize their structure
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|