3982ced0ba
Approved by: portmgr@ (bapt@)
27 lines
691 B
Makefile
27 lines
691 B
Makefile
# New ports collection makefile for: p5-WWW-Nicovideo-Download
|
|
# Date created: 2009-03-03
|
|
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WWW-NicoVideo-Download
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kaoru@kaisei.org
|
|
COMMENT= Perl module of download FLV/MP4/SWF files from nicovideo.jp
|
|
|
|
BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple \
|
|
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::NicoVideo::Download.3
|
|
|
|
.include <bsd.port.mk>
|