2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:46:53 ajacoutot Exp $
|
2007-07-22 12:21:34 -04:00
|
|
|
|
|
|
|
COMMENT= module to get weather information from weather.com
|
|
|
|
|
|
|
|
MODULES= cpan
|
2008-05-17 09:44:45 -04:00
|
|
|
DISTNAME= Weather-Com-0.5.3
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 0
|
2007-07-22 12:21:34 -04:00
|
|
|
CATEGORIES= www
|
2010-10-19 04:02:53 -04:00
|
|
|
USE_GROFF = Yes
|
2007-07-22 12:21:34 -04:00
|
|
|
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Time-Format \
|
|
|
|
textproc/p5-XML-Simple \
|
|
|
|
www/p5-URI \
|
|
|
|
www/p5-libwww
|
2007-07-22 12:21:34 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|