dfa3a170aa
PR: ports/133581 Approved by: maintainer
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# New ports collection makefile for: rubygem-scrubyt
|
|
# Date created: 2007-03-13
|
|
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scrubyt
|
|
PORTVERSION= 0.4.11
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= tota@rtfm.jp
|
|
COMMENT= A powerful web scraping toolkit written in Ruby
|
|
|
|
RUN_DEPENDS= rubygem-mechanize>=0.6.3:${PORTSDIR}/www/rubygem-mechanize
|
|
|
|
GEM_NAME= ${PORTNAME}-0.4.1
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|