diff options
author | az <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
commit | 9e83f9f0f8eaec7073d853de2861d62ce189c650 (patch) | |
tree | d5d8576584ca8033ae717f623e9935a887a5a952 /misc/p5-Geo-Weather/Makefile | |
parent | 7c170c4aa578311a4a307db5e19c448752decc47 (diff) | |
download | FreeBSD-ports-9e83f9f0f8eaec7073d853de2861d62ce189c650.zip FreeBSD-ports-9e83f9f0f8eaec7073d853de2861d62ce189c650.tar.gz |
- Remove SITE_PERL from *_DEPENDS
- Reassign maintainership from ports@ to perl@
Diffstat (limited to 'misc/p5-Geo-Weather/Makefile')
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile index 126bcbd..4244c90 100644 --- a/misc/p5-Geo-Weather/Makefile +++ b/misc/p5-Geo-Weather/Makefile @@ -12,10 +12,10 @@ MASTER_SITES= CPAN \ ftp://ftp.innercite.com/pub/perl/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to retrieve weather information from weather.com -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes |