diff options
author | petef <petef@FreeBSD.org> | 2002-05-31 07:02:40 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-05-31 07:02:40 +0800 |
commit | 6c796ebf87bc43cde45428a1e685dd43ec4fb09d (patch) | |
tree | b9a175e0e9fd956560264ea2018013b200b1de2c /www/p5-HTML-TableExtract/Makefile | |
parent | e9fc574a6f921aa4364cbd8429c029c3fdeac309 (diff) | |
download | freebsd-ports-graphics-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.gz freebsd-ports-graphics-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.zst freebsd-ports-graphics-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.zip |
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.
PR: 38750
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
Diffstat (limited to 'www/p5-HTML-TableExtract/Makefile')
-rw-r--r-- | www/p5-HTML-TableExtract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile index 873a099d76d..817f08153a5 100644 --- a/www/p5-HTML-TableExtract/Makefile +++ b/www/p5-HTML-TableExtract/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-HTML-TableExtract # Date created: October 21th 2000 -# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.org.ru> +# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- -MAINTAINER= osa@FreeBSD.org.ru +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser |