diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-11 06:57:51 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-11 06:57:51 +0000 |
commit | 13a5b755104f3d5379cfce75f7147b1163cc17c2 (patch) | |
tree | 917e5a4e92046f654d9e35ef0a1b368e9c9578d1 | |
parent | e363af7403535aafc05a35780ecdb68c29dd8815 (diff) | |
download | FreeBSD-ports-13a5b755104f3d5379cfce75f7147b1163cc17c2.zip FreeBSD-ports-13a5b755104f3d5379cfce75f7147b1163cc17c2.tar.gz |
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort *_DEPENDS
- Sort PLIST
- Remove Author line
-rw-r--r-- | astro/p5-Weather-Underground/Makefile | 10 | ||||
-rw-r--r-- | astro/p5-Weather-Underground/pkg-descr | 3 | ||||
-rw-r--r-- | astro/p5-Weather-Underground/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/astro/p5-Weather-Underground/Makefile b/astro/p5-Weather-Underground/Makefile index cdd399c..6795782 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 <bsd.port.mk> diff --git a/astro/p5-Weather-Underground/pkg-descr b/astro/p5-Weather-Underground/pkg-descr index 6a66e56..417c9bd 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 <mina.cpan@naguib.ca> 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 486d4ac..65e0736 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 |