19 lines
416 B
Makefile
19 lines
416 B
Makefile
# Created by: Pete Fritchman <petef@databits.net>
|
|
|
|
PORTNAME= Geo-Weather
|
|
PORTVERSION= 1.41
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc perl5 geography
|
|
MASTER_SITES= CPAN \
|
|
ftp://ftp.innercite.com/pub/perl/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to retrieve weather information from weather.com
|
|
|
|
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|