mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
While here add some other updates and assign to pool per maintainer request. PR: 222416 Submitted by: pfg (maintainer)
16 lines
258 B
Makefile
16 lines
258 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crayon
|
|
DISTVERSION= 1.3.4
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Colored Terminal Output
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|