3115183058
1.1 2007-03-02 - Fixed some HTTP URLs I'd missed (mostly in POD). [Thanks to Robert Henniger] - Fixed distribution tar file. - Added some examples, shipped POD tests, and other Kwalitee-improving changes. 1.2 2007-06-03 - Fixed URLs (Factbook had moved). - Added $WebService::CIA::base_url and changed modules to use it. - Added tests for generated URLs (flag URL, etc.) - Renamed some tests. - Fixed typo, email address, and copyright. 1.3 2007-12-03 - Minor tweaks from Perl::Critic - Added "use warnings" to WebService::CIA::Source::DBM - Fixed error in documentation for WebService::CIA::Source::DBM 1.4 2008-01-16 - Fixed incorrect print URLs - Added last_response() method to WebService::CIA::Source::Web - Added option to submit own user agent for web source - Restructured tests to use TEST_INTERNET env var rather than build option
24 lines
828 B
Makefile
24 lines
828 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/02/21 17:09:10 netcap Exp $
|
|
#
|
|
|
|
DISTNAME= WebService-CIA-1.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IM/IMALPASS/}
|
|
|
|
MAINTAINER= jfranz@bsdprojects.net
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/I/IM/IMALPASS/
|
|
COMMENT= Information from the CIA World Factbook
|
|
|
|
DEPENDS+= p5-MLDBM>=2.01:../../databases/p5-MLDBM
|
|
DEPENDS+= p5-DB_File>=1.8:../../databases/p5-DB_File
|
|
DEPENDS+= p5-Storable>=2.0:../../devel/p5-Storable
|
|
DEPENDS+= p5-libwww>=2.0:../../www/p5-libwww
|
|
DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/WebService/CIA/.packlist
|
|
MAKE_PARAMS= < /dev/null # no user-interaction
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|