c9e27d17bc
collection as www/p5-WWW-Amazon-Wishlist. This package can be used to get your wish-list from Amazon.(com|co.uk) and return it in an array of hashrefs so that you can fiddle with it until your hearts content. Supplied by Sen Nagata in PR#14933. Thanks!
23 lines
675 B
Makefile
23 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/06/04 19:01:43 cjep Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Amazon-Wishlist-0.65
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5waw
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.cpan.org/modules/by-module/WWW/WWW-Amazon-Wishlist-0.65.readme
|
|
COMMENT= perl5 module to get details from your Amazon wishlist
|
|
|
|
DEPENDS+= p5-libwww-*:../../www/p5-libwww
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/WWW/Amazon/Wishlist/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|