2001-08-05 06:18:19 +02:00
|
|
|
# New ports collection makefile for: p5-Geo-Weather
|
|
|
|
# Date created: 2 August 2001
|
|
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Geo-Weather
|
2003-12-21 18:10:30 +01:00
|
|
|
PORTVERSION= 1.41
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= misc perl5 geography
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN \
|
2001-08-05 06:18:19 +02:00
|
|
|
ftp://ftp.innercite.com/pub/perl/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-04-14 22:45:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module to retrieve weather information from weather.com
|
2001-08-05 06:18:19 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Geo::Weather.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|