forked from Lainports/freebsd-ports
25 lines
659 B
Makefile
25 lines
659 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= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= rubyfulsoup
|
|
DISTNAME= ${GEM_NAME}
|
|
|
|
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
|
|
GEM_NAME= rubyful_soup-${PORTVERSION}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|