mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
19 lines
292 B
Makefile
19 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lager_logger
|
|
PORTVERSION= 1.0.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Lager backend for Elixir's Logger
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= PSPDFKit-labs
|
|
|
|
.include <bsd.port.mk>
|