freebsd-ports/devel/rubygem-awesome_print/Makefile
Michael Moll 87969a4f85 devel/rubygem-awesome_print: update to 1.6.1
PR:		199543
Differential Revision:	https://reviews.freebsd.org/D2405
Reviewed by:	Koichiro IWAO
Approved by:	mat (mentor)
2015-04-30 14:01:56 +00:00

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>