opnsense-ports/devel/rubygem-pastel/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
383 B
Makefile

PORTNAME= pastel
PORTVERSION= 0.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Terminal strings styling with intuitive and clean API
WWW= https://github.com/piotrmurach/pastel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-tty-color>=0.5<1:devel/rubygem-tty-color
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>