mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
807710a0b7
With hat: portmgr
20 lines
432 B
Makefile
20 lines
432 B
Makefile
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nicovideo
|
|
PORTVERSION= 0.1.8
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@FreeBSD.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>
|