summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-Weather/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/p5-Geo-Weather/Makefile')
-rw-r--r--geography/p5-Geo-Weather/Makefile24
1 files changed, 24 insertions, 0 deletions
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"