diff options
author | az <az@FreeBSD.org> | 2013-08-03 01:11:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 01:11:34 +0800 |
commit | caaa771c73b156883650154d790bded0a8bb1e1c (patch) | |
tree | e320e410dc63b10158e40f907c136a6b768914eb /misc/p5-Geo-Weather | |
parent | 5c2e842fc7ce547433d4ce95f42e0ce3633edd87 (diff) | |
download | freebsd-ports-gnome-caaa771c73b156883650154d790bded0a8bb1e1c.tar.gz freebsd-ports-gnome-caaa771c73b156883650154d790bded0a8bb1e1c.tar.zst freebsd-ports-gnome-caaa771c73b156883650154d790bded0a8bb1e1c.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'misc/p5-Geo-Weather')
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile index 4244c9032b99..b8a003651fbb 100644 --- a/misc/p5-Geo-Weather/Makefile +++ b/misc/p5-Geo-Weather/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Weather -# Date created: 2 August 2001 -# Whom: Pete Fritchman <petef@databits.net> -# +# Created by: Pete Fritchman <petef@databits.net> # $FreeBSD$ -# PORTNAME= Geo-Weather PORTVERSION= 1.41 @@ -17,7 +13,8 @@ COMMENT= Perl module to retrieve weather information from weather.com RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Weather.3 |