freebsd-ports/devel/rubygem-awesome_print/Makefile
Jase Thew 6ffa710a9e - Update to 1.1.0 [1]
- 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)
2012-09-29 20:33:43 +00:00

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>