freebsd-ports/textproc/rubygem-loofah/Makefile
2011-12-16 19:33:15 +00:00

22 lines
501 B
Makefile

# Ports collection makefile for: rubygem-loofah
# Date created: 29 May 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= loofah
PORTVERSION= 1.2.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= Library for manipulating HTML/XML documents and fragments
RUN_DEPENDS= rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>