mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
50cfbaceb2
Sponsored by: Absolight
21 lines
350 B
Makefile
21 lines
350 B
Makefile
# Created by: Carlo Strub <cs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= logrus
|
|
PORTVERSION= 0.10.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Structured, pluggable logging for Go
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Sirupsen
|
|
USES= go
|
|
GO_PKGNAME= github.com/Sirupsen/logrus
|
|
|
|
.include <bsd.port.mk>
|