freebsd-ports/www/rubygem-ruby-readability/Makefile
Steve Wills fb615ea4ec www/rubygem-ruby-readability: create port
Port of arc90's readability project to ruby

WWW: http://github.com/cantino/ruby-readability
2014-10-09 21:15:17 +00:00

21 lines
478 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-readability
PORTVERSION= 0.7.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Readability for Ruby
RUN_DEPENDS= rubygem-guess_html_encoding>=0.0.4:${PORTSDIR}/devel/rubygem-guess_html_encoding \
rubygem-nokogiri>=1.4.2:${PORTSDIR}/textproc/rubygem-nokogiri
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
PLIST_FILES= bin/readability
.include <bsd.port.mk>