diff options
Diffstat (limited to 'geography/p5-Geo-Weather')
-rw-r--r-- | geography/p5-Geo-Weather/DESCR | 3 | ||||
-rw-r--r-- | geography/p5-Geo-Weather/Makefile | 24 | ||||
-rw-r--r-- | geography/p5-Geo-Weather/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/geography/p5-Geo-Weather/DESCR b/geography/p5-Geo-Weather/DESCR new file mode 100644 index 00000000000..e0fbf7f0dc8 --- /dev/null +++ b/geography/p5-Geo-Weather/DESCR @@ -0,0 +1,3 @@ +The Geo::Weather module retrieves the current weather from weather.com +when given city and state or a US zip code. Geo::Weather relies on +LWP::UserAgent to work. diff --git a/geography/p5-Geo-Weather/Makefile b/geography/p5-Geo-Weather/Makefile new file mode 100644 index 00000000000..47d9cb16c80 --- /dev/null +++ b/geography/p5-Geo-Weather/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +# + +DISTNAME= Geo-Weather-1.41 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Geo-Weather/ +COMMENT= Perl5 weather retrieval module + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-libwww>=5.803nb1:../../www/p5-libwww + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Geo/Weather/.packlist + +PREV_PKGPATH= misc/p5-Geo-Weather + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Weather/distinfo b/geography/p5-Geo-Weather/distinfo new file mode 100644 index 00000000000..eb4df56c32c --- /dev/null +++ b/geography/p5-Geo-Weather/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (Geo-Weather-1.41.tar.gz) = a3b332e1d284ccf35134daeafd012abf50cff94a +RMD160 (Geo-Weather-1.41.tar.gz) = d47dcaa123917ca1f75f4d0a8bd3aeba512d6bc8 +Size (Geo-Weather-1.41.tar.gz) = 8744 bytes |