freebsd-ports/www/p5-WWW-NicoVideo-Download/Makefile
Greg Larkin f20a07251f - Renamed port directory
- Incorporated Makefile tweaks submitted by maintainer

PR:		ports/134058
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei dot org> (maintainer)
2009-05-08 03:47:51 +00:00

28 lines
769 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.02
PORTREVISION= 1
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= ${SITE_PERL}/Any/Moose.pm:${PORTSDIR}/devel/p5-Any-Moose \
${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= WWW::NicoVideo::Download.3
.include <bsd.port.mk>