aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-lumberjack/Makefile
blob: e42663f3a7d9bc231598db30ac37b1aa0306c4f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	lumberjack
PORTVERSION=	1.2.10
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple, powerful, and fast logging utility
WWW=		https://github.com/bdurand/lumberjack

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT_LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>