1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/rubygem-nicovideo/Makefile
Antoine Brodin 807710a0b7 Reset maintainer on staged ports too
With hat:	portmgr
2014-06-03 20:06:55 +00:00

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>