Index: head/devel/p5-File-Find-Rule/Makefile =================================================================== --- head/devel/p5-File-Find-Rule/Makefile (revision 102203) +++ head/devel/p5-File-Find-Rule/Makefile (revision 102204) @@ -1,34 +1,39 @@ # New ports collection makefile for: File-Find-Rule # Date created: 19 May 2003 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= File-Find-Rule -PORTVERSION= 0.20 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Alternative interface to File::Find BUILD_DEPENDS= ${SITE_PERL}/Number/Compare.pm:${PORTSDIR}/math/p5-Number-Compare \ ${SITE_PERL}/Text/Glob.pm:${PORTSDIR}/textproc/p5-Text-Glob RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes +MAN1= findrule.1 MAN3= File::Find::Rule.3 File::Find::Rule::Extending.3 \ File::Find::Rule::Procedural.3 .include .if ${PERL_LEVEL} <= 500600 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif + +.if ${PERL_LEVEL} < 500702 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif .include Property changes on: head/devel/p5-File-Find-Rule/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/p5-File-Find-Rule/distinfo =================================================================== --- head/devel/p5-File-Find-Rule/distinfo (revision 102203) +++ head/devel/p5-File-Find-Rule/distinfo (revision 102204) @@ -1 +1,2 @@ -MD5 (File-Find-Rule-0.20.tar.gz) = f2d492269abd59c2b995d4465b38dfaa +MD5 (File-Find-Rule-0.27.tar.gz) = b14f1f2b70d6d2b9cc16a59da9644684 +SIZE (File-Find-Rule-0.27.tar.gz) = 14254 Property changes on: head/devel/p5-File-Find-Rule/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/p5-File-Find-Rule/pkg-plist =================================================================== --- head/devel/p5-File-Find-Rule/pkg-plist (revision 102203) +++ head/devel/p5-File-Find-Rule/pkg-plist (revision 102204) @@ -1,10 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule/.packlist +bin/findrule %%SITE_PERL%%/File/Find/Rule.pm %%SITE_PERL%%/File/Find/Rule/Extending.pod %%SITE_PERL%%/File/Find/Rule/Procedural.pod @unexec rmdir %D/%%SITE_PERL%%/File/Find/Rule 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/File/Find 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true Property changes on: head/devel/p5-File-Find-Rule/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property