# Ports collection makefile for:	rubyfulsoup
# Date created:				16 feb 2007
# Whom:					dirk.meyer@dinoex.sub.org
#
# $FreeBSD: ports/www/rubygem-rubyfulsoup/Makefile,v 1.6 2009/04/09 00:11:45 pgollucci Exp $

PORTNAME=	rubyfulsoup
PORTVERSION=	1.0.4
CATEGORIES=	www textproc rubygems
MASTER_SITES=	RF
DISTNAME=	rubyful_soup-${PORTVERSION}

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Ruby port of the HTML/XML parser Beautiful Soup

BUILD_DEPENDS=	rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_RUBY=	yes
USE_RUBYGEMS=	yes
GEM_NAME=	${DISTNAME}
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
