7d5d54f9bf
Attempts to guess and then force encoding of HTML documents WWW: http://github.com/cantino/guess_html_encoding
16 lines
331 B
Makefile
16 lines
331 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guess_html_encoding
|
|
PORTVERSION= 0.0.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Attempts to guess and then force encoding of HTML documents
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|