mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
8f3a51419c
[RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# New ports collection makefile for: rubygem-nicovideo
|
|
# Date created: 2009-03-30
|
|
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nicovideo
|
|
PORTVERSION= 0.1.8
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kaoru@kaisei.org
|
|
COMMENT= Scraping NICONICO DOUGA utility for Ruby
|
|
|
|
RUN_DEPENDS= rubygem-mechanize>=0.9.2:${PORTSDIR}/www/rubygem-mechanize \
|
|
rubygem-json>=1.1.4:${PORTSDIR}/devel/rubygem-json
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|