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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple logging utility for outputting messages
WWW=		https://github.com/ruby/logger

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>