freebsd-ports/textproc/rubygem-rchardet/Makefile
Philip M. Gollucci 6372ece335 Library to perform character encoding auto-detection in Ruby.
WWW: https://github.com/jmhodges/rchardet

PR:		ports/152219
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-11-27 00:17:47 +00:00

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>