diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-04-14 07:08:09 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-04-14 07:08:09 +0000 |
commit | 9103350b03ec7a09d85294efe7a0f01809c9ee05 (patch) | |
tree | 38480755f69981522522357793ae4cd1b561b411 /www | |
parent | Fixed a bug where the configure script couldn't detect getaddrinfo() (diff) |
Take over maintainership of two ports related to ftp/curl as a
preparation for fixing some breakage resulting from curl-7.11.1 finally
removing two options marked obsolete for over a year.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index d030b932b4bc..b11098e18db7 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= roam@FreeBSD.org COMMENT= Perl binding interface for curl LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl:install |