freebsd-ports/www/rubygem-rubyfulsoup/Makefile
Philip M. Gollucci 843ade1030 - GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
2010-06-06 19:25:10 +00:00

24 lines
528 B
Makefile

# Ports collection makefile for: rubyfulsoup
# Date created: 16 feb 2007
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
PORTNAME= rubyfulsoup
PORTVERSION= 1.0.4
CATEGORIES= www textproc rubygems
MASTER_SITES= RG
DISTNAME= rubyful_soup-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Ruby port of the HTML/XML parser Beautiful Soup
RUN_DEPENDS= rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>