From 13a5b755104f3d5379cfce75f7147b1163cc17c2 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 11 May 2014 06:57:51 +0000 Subject: - Add LICENSE - Remove unnecessary MASTER_SITE_SUBDIR - Sort *_DEPENDS - Sort PLIST - Remove Author line --- astro/p5-Weather-Underground/Makefile | 10 ++++++---- astro/p5-Weather-Underground/pkg-descr | 3 +-- astro/p5-Weather-Underground/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'astro') diff --git a/astro/p5-Weather-Underground/Makefile b/astro/p5-Weather-Underground/Makefile index cdd399cb2da9..679578208dbe 100644 --- a/astro/p5-Weather-Underground/Makefile +++ b/astro/p5-Weather-Underground/Makefile @@ -5,17 +5,19 @@ PORTNAME= Weather-Underground PORTVERSION= 3.03 CATEGORIES= astro perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Weather PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Retrieve weather information from wunderground.com -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include diff --git a/astro/p5-Weather-Underground/pkg-descr b/astro/p5-Weather-Underground/pkg-descr index 6a66e56d7c71..417c9bdf0f75 100644 --- a/astro/p5-Weather-Underground/pkg-descr +++ b/astro/p5-Weather-Underground/pkg-descr @@ -1,6 +1,5 @@ Weather::Underground is a perl module which provides a simple OO interface to -retrieving weather data for a geographic location. It does so by querying +retrieving weather data for a geographic location. It does so by querying wunderground.com and parsing the returned results. -Author: Mina Naguib WWW: http://search.cpan.org/dist/Weather-Underground/ diff --git a/astro/p5-Weather-Underground/pkg-plist b/astro/p5-Weather-Underground/pkg-plist index 486d4ac4ba93..65e0736c6373 100644 --- a/astro/p5-Weather-Underground/pkg-plist +++ b/astro/p5-Weather-Underground/pkg-plist @@ -1,5 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground/.packlist %%SITE_PERL%%/Weather/Underground.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground/.packlist %%PERL5_MAN3%%/Weather::Underground.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather -- cgit