mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
19 lines
289 B
Makefile
19 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cf
|
|
PORTVERSION= 0.3.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Colored output for io and io_lib
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= project-fifo
|
|
|
|
.include <bsd.port.mk>
|