75f3af638e
2014-11-28 Kingpin <Martin@EV-9D9> * lib/WWW/Amazon/Wishlist.pm (get_list): fixed now that HTML page layouts are same 2013-12-14 Kingpin <Martin@EV-9D9> * lib/WWW/Amazon/Wishlist.pm (_extract): fixed for new HTML page layouts
21 lines
636 B
Makefile
21 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.29 2015/01/12 13:37:28 mef Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Amazon-Wishlist-2.012
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/WWW-Amazon-Wishlist/
|
|
COMMENT= Perl5 module to get details from your Amazon wishlist
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-HTML-Tree>=0:../../www/p5-HTML-Tree
|
|
|
|
PERL5_PACKLIST= auto/WWW/Amazon/Wishlist/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|