1ec550d44e
- Pet portlint(1) PR: ports/169551 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
28 lines
713 B
Makefile
28 lines
713 B
Makefile
# 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= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \
|
|
p5-Text-NeatTemplate>=0.10.01:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
|
|
p5-Weather-Underground>=3.03:${PORTSDIR}/astro/p5-Weather-Underground
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ZConf::Weather.3
|
|
|
|
.include <bsd.port.mk>
|