freebsd-ports/misc/p5-Geo-Weather/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
428 B
Makefile

# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
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>