blob: f5eee8849e878219340254b71f2d6d77e09c9f61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: rubygem-anemone
# Date created: 2010-04-11
# Whom: niels <niels@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= anemone
PORTVERSION= 0.7.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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-robotex>=1.0.0:${PORTSDIR}/www/rubygem-robotex
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/anemone
.include <bsd.port.mk>
|