Files
ports/devel/rubygem-pp/Makefile
2022-01-12 02:46:47 +08:00

23 lines
429 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pp
PORTVERSION= 0.3.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>