aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-ZConf-Weather/Makefile
blob: 8ebe8fd9603213f3cdb578ebf38c320294fbb357 (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
27
# New ports collection makefile for:    p5-ZConf-Weather
# Date created:     2009-09-27
# Whom:         Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#

PORTNAME=   ZConf-Weather
PORTVERSION=    1.0.0
PORTREVISION=   1
CATEGORIES= astro perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX=  p5-

MAINTAINER= vvelox@vvelox.net
COMMENT=    A ZConf module to assist with fetching/printing weather information

BUILD_DEPENDS=  ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
        ${SITE_PERL}/Text/NeatTemplate.pm:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
        ${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground

PERL_CONFIGURE= yes

MAN3=       ZConf::Weather.3

.include <bsd.port.mk>