freebsd-ports/devel/rubygem-guess_html_encoding/Makefile
Steve Wills 7d5d54f9bf devel/rubygem-guess_html_encoding: create port
Attempts to guess and then force encoding of HTML documents

WWW: http://github.com/cantino/guess_html_encoding
2014-10-06 01:47:29 +00:00

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>