diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-05 12:18:19 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-05 12:18:19 +0800 |
commit | f45d15bb3881c4dd3582a56bf6c2e594edcf1ea6 (patch) | |
tree | 0da035ad193e7aee96d41c9222b6b6e65b86fa95 /misc/p5-Geo-Weather/Makefile | |
parent | fb17a148af1f1bf88eedbf37ad2582ef649c4c87 (diff) | |
download | freebsd-ports-gnome-f45d15bb3881c4dd3582a56bf6c2e594edcf1ea6.tar.gz freebsd-ports-gnome-f45d15bb3881c4dd3582a56bf6c2e594edcf1ea6.tar.zst freebsd-ports-gnome-f45d15bb3881c4dd3582a56bf6c2e594edcf1ea6.zip |
New port p5-Geo-Weather version 0.0.8: Perl module to retrieve
weather information from weather.com
PR: 29425
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'misc/p5-Geo-Weather/Makefile')
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile new file mode 100644 index 000000000000..a2ff462f0ed2 --- /dev/null +++ b/misc/p5-Geo-Weather/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Geo-Weather +# Date created: 2 August 2001 +# Whom: Pete Fritchman <petef@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Weather +PORTVERSION= 0.08 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + ftp://ftp.innercite.com/pub/perl/ +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= petef@databits.net + +RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww + +USE_PERL5= yes + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Geo::Weather.3 + +.include <bsd.port.mk> |