Index: head/devel/p5-Term-ProgressBar/Makefile =================================================================== --- head/devel/p5-Term-ProgressBar/Makefile (revision 288043) +++ head/devel/p5-Term-ProgressBar/Makefile (revision 288044) @@ -1,34 +1,43 @@ # New ports collection makefile for: Term::ProgressBar # Date created: 30 Dec 2001 # Whom: Seamus Venasse # # $FreeBSD$ # -PORTNAME= Term-ProgressBar -PORTVERSION= 2.10 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Term-ProgressBar +PORTVERSION= 2.10 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl extension to display a progress bar +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl extension to display a progress bar -BUILD_DEPENDS= p5-Class-MethodMaker>=1.02:${PORTSDIR}/devel/p5-Class-MethodMaker \ - p5-Term-ReadKey>=2.14:${PORTSDIR}/devel/p5-Term-ReadKey -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Class-MethodMaker>=1.02:${PORTSDIR}/devel/p5-Class-MethodMaker \ + p5-Term-ReadKey>=2.14:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN3= Term::ProgressBar.3 +MAN3= Term::ProgressBar.3 +post-patch: + ${REINPLACE_CMD} -e 's|Term-ProgressBar|Term/ProgressBar|' ${WRKSRC}/Makefile.PL + post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif -.include +.include + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.80:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Property changes on: head/devel/p5-Term-ProgressBar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/devel/p5-Term-ProgressBar/pkg-plist =================================================================== --- head/devel/p5-Term-ProgressBar/pkg-plist (revision 288043) +++ head/devel/p5-Term-ProgressBar/pkg-plist (revision 288044) @@ -1,12 +1,14 @@ %%SITE_PERL%%/Term/ProgressBar.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term-ProgressBar/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ProgressBar/.packlist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/powers %%PORTEXAMPLES%%%%EXAMPLESDIR%%/powers2 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/powers3 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/powers4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/powers5 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/powers5 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_use.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smooth_bar.pl %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term-ProgressBar +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ProgressBar +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term @dirrmtry %%SITE_PERL%%/Term Property changes on: head/devel/p5-Term-ProgressBar/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property