freebsd-ports/devel/rubygem-cliprompt/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
312 B
Makefile

PORTNAME= cliprompt
PORTVERSION= 0.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mose@mose.com
COMMENT= Env aware lib for CLI prompt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-paint>=1.0.0:devel/rubygem-paint
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>