b6eba9b2c5
PR: ports/150417 PR: ports/150823 Submitted by: pgollucci Approved by: itetcu (mentor, implicit)
23 lines
550 B
Makefile
23 lines
550 B
Makefile
# Ports collection makefile for: rubygem-anemone
|
|
# Date created: 2010-04-11
|
|
# Whom: niels <niels@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= anemone
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= niels@FreeBSD.org
|
|
COMMENT= Anemone is a library that allows programs to spider websites
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.3.0:${PORTSDIR}/textproc/rubygem-nokogiri \
|
|
rubygem-robots>=0.7.2:${PORTSDIR}/www/rubygem-robots
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/anemone
|
|
|
|
.include <bsd.port.mk>
|