aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Weather-Underground/Makefile
blob: 641320c6ee8b464241b155296f7339e09eb0ebfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    p5-Weather-Underground
# Date created:     2006-05-16
# Whom:         Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#

PORTNAME=   Weather-Underground
PORTVERSION=    3.03
CATEGORIES= astro perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= Weather
PKGNAMEPREFIX=  p5-

MAINTAINER= simon@olofsson.de
COMMENT=    Retrieve weather information from wunderground.com

BUILD_DEPENDS=  ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
        ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Weather::Underground.3

.include <bsd.port.mk>