aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-lumberjack/Makefile
blob: 155eba9446e2249b7f534812273397be2442ecf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	lumberjack
PORTVERSION=	1.0.10
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple, powerful, and fast logging utility

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT_LICENSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem:autoplist

.include <bsd.port.mk>