mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
25 lines
539 B
Makefile
25 lines
539 B
Makefile
# Created by: TAKATSU Tomonari <tota@rtfm.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scrubyt
|
|
PORTVERSION= 0.4.11
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Powerful web scraping toolkit written in Ruby
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= rubygem-hpricot>=0.5:${PORTSDIR}/www/rubygem-hpricot \
|
|
rubygem-mechanize>=0.6.3:${PORTSDIR}/www/rubygem-mechanize
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's/0.4.1/${PORTVERSION}/' ${BUILD_WRKSRC}/${GEMFILES}spec
|
|
|
|
.include <bsd.port.mk>
|