aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Weather-Underground/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/p5-Weather-Underground/Makefile')
-rw-r--r--astro/p5-Weather-Underground/Makefile10
1 files changed, 6 insertions, 4 deletions
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 <bsd.port.mk>