freebsd-ports/devel/rubygem-pp/Makefile
Po-Chuan Hsieh a2cd01a85c
devel/rubygem-pp: Add rubygem-pp 0.2.0
PP provides a pretty-printer for Ruby objects.

WWW: https://github.com/ruby/pp
2021-06-10 22:45:57 +08:00

22 lines
429 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pp
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide a PrettyPrinter for Ruby objects
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-prettyprint>=0:devel/rubygem-prettyprint
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>