aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rchardet/Makefile
blob: 938e5bb441db15009f7002ef7b6c48bb675e39b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	rchardet
PORTVERSION=	1.8.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Character encoding auto-detection in Ruby

LICENSE=	LGPL21

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>