aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-log4r/Makefile
blob: c71d47861a3679e2347ac16e89ded19f77660711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	log4r
PORTVERSION=	1.1.10
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Flexible logging library for use in Ruby programs

LICENSE=	LGPL3

PORTSCOUT=	skipv:1.1.11

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>