forked from Lainports/freebsd-ports
- Convert to new format Makefile header Changes: https://raw.github.com/michaeldv/awesome_print/060ccb3/CHANGELOG PR: ports/171895 [1] Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Approved by: flo, culot (mentors, implicit)
16 lines
327 B
Makefile
16 lines
327 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= awesome_print
|
|
PORTVERSION= 1.1.0
|
|
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>
|