Index: head/devel/p5-Class-Container/Makefile =================================================================== --- head/devel/p5-Class-Container/Makefile (revision 453513) +++ head/devel/p5-Class-Container/Makefile (revision 453514) @@ -1,20 +1,20 @@ # Created by: Denis Shaposhnikov # $FreeBSD$ PORTNAME= Class-Container PORTVERSION= 0.12 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Glues object frameworks together transparently BUILD_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Term-ANSIColor/Makefile =================================================================== --- head/devel/p5-Term-ANSIColor/Makefile (revision 453513) +++ head/devel/p5-Term-ANSIColor/Makefile (revision 453514) @@ -1,27 +1,27 @@ # Created by: Denis Shaposhnikov # $FreeBSD$ PORTNAME= Term-ANSIColor PORTVERSION= 4.05 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Color screen output using ANSI escape sequences OPTIONS_DEFINE= EXAMPLES USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= examples/generate-colors PORTEXAMPLES= generate-colors post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/generate-colors \ ${STAGEDIR}${EXAMPLESDIR}/ .include