6372ece335
WWW: https://github.com/jmhodges/rchardet PR: ports/152219 Submitted by: Eric Freeman <freebsdports at chillibear.com>
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# Ports collection makefile for: rubygem-rchardet
|
|
# Date created: 29 May 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rchardet
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Character encoding auto-detection in Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|