a30f6067ef
to fix install error - Pet portlint(1) by moving LICENSE section earlier - Remove indefinite article from COMMENT - Trim Makefile header - Update WWW in pkg-descr Reported by: pointyhat (miwi) Approved by: miwi
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>
|