dac73408b0
WWW: http://rubygems.org/gems/awesome_print PR: ports/168171 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# New ports collection makefile for: rubygem-awesome_print
|
|
# Date created: 2012-05-21
|
|
# Whom: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= awesome_print
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= meta+ports@vmeta.jp
|
|
COMMENT= Pretty print Ruby objects to visualize their structure
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|