19 lines
383 B
Makefile
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>
|