diff options
author | az <az@FreeBSD.org> | 2012-06-04 14:17:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 14:17:03 +0800 |
commit | 9e83f9f0f8eaec7073d853de2861d62ce189c650 (patch) | |
tree | d5d8576584ca8033ae717f623e9935a887a5a952 /misc/p5-Geo-Weather | |
parent | 7c170c4aa578311a4a307db5e19c448752decc47 (diff) | |
download | freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.tar.gz freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.tar.zst freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.zip |
- Remove SITE_PERL from *_DEPENDS
- Reassign maintainership from ports@ to perl@
Diffstat (limited to 'misc/p5-Geo-Weather')
-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 126bcbdefb00..4244c9032b99 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 |