freebsd-ports/astro/p5-Weather-Underground/Makefile
Frederic Culot 4fe622832b - Update to 3.03
Changes:	http://search.cpan.org/dist/Weather-Underground/Changes
PR:		ports/161068
Submitted by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2011-09-29 09:33:57 +00:00

26 lines
635 B
Makefile

# 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>