pkgsrc/devel/p5-IMDB-Film/Makefile
wiz cab1bd2aad Update to 0.49:
0.49 Nov 25 2010
	- fixed issue with returning the episodes of TV series;
	- made movie kind low case to have back compatibility;
	- fixed retrieving year of movie;
	- fixed retrieving bio of the movie person;
	- fixed tests;

0.48 Oct 19 2010
	- fixed bug with retrieving of movie cover if the title contains special HTML symbols, ticket #62254;
	- added returning of default IMDB image in case if movie doesn't have a cover;
	- fixed issue with retrieving of movie's plot;
	- added a new method - storyline;
	- fixed bug with return of movie's kind;
	- fixed issue with not completed year period, i.e 2004-, ticket #62174;
		- added a few new tests.

0.47 Oct 12 2010
	- fixed module functionality according to new IMDB design.
2010-12-02 12:17:13 +00:00

23 lines
780 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/12/02 12:17:13 wiz Exp $
DISTNAME= IMDB-Film-0.49
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/ST/STEPANOV/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IMDB-Film/
COMMENT= Perl module for accessing IMDB (Internet Movie Database)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Cache-Cache-[0-9]*:../../devel/p5-Cache-Cache
DEPENDS+= p5-HTML-TokeParser-Simple>=2.28:../../www/p5-HTML-TokeParser-Simple
DEPENDS+= p5-libwww>=1.41:../../www/p5-libwww
DEPENDS+= p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/IMDB/Film/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"