mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Updated from 0.05 to 0.08
- Updated maintainer email address Approved by: tobez
This commit is contained in:
parent
872935a06d
commit
07ae353cbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147113
@ -6,16 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Simple-VisitorFactory
|
||||
PORTVERSION= 0.05
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tree
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@daltons.ca
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= A set of visitor objects for traversing Tree::Simple hierarchies
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
|
||||
${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Tree::Simple::Visitor::BreadthFirstTraversal.3 \
|
||||
@ -34,14 +36,15 @@ MAN3= Tree::Simple::Visitor::BreadthFirstTraversal.3 \
|
||||
Tree::Simple::Visitor::PreOrderTraversal.3 \
|
||||
Tree::Simple::Visitor::Sort.3 \
|
||||
Tree::Simple::Visitor::ToNestedArray.3 \
|
||||
Tree::Simple::Visitor::ToNestedHash.3
|
||||
Tree::Simple::Visitor::ToNestedHash.3 \
|
||||
Tree::Simple::Visitor::VariableDepthClone.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "This port requires perl 5.6 or above."
|
||||
IGNORE= requires perl 5.6 or above
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Tree-Simple-VisitorFactory-0.05.tar.gz) = 851763393fd1bcbe5bd09a93b5b52ecc
|
||||
SIZE (Tree-Simple-VisitorFactory-0.05.tar.gz) = 26123
|
||||
MD5 (Tree-Simple-VisitorFactory-0.08.tar.gz) = da9da36dd4d34eced5c8c55c9d797cf6
|
||||
SIZE (Tree-Simple-VisitorFactory-0.08.tar.gz) = 28081
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/._FindByPath.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/BreadthFirstTraversal.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/CreateDirectoryTree.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/FindByNodeValue.pm
|
||||
@ -14,6 +15,7 @@
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/Sort.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/ToNestedArray.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/ToNestedHash.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/VariableDepthClone.pm
|
||||
%%SITE_PERL%%/Tree/Simple/VisitorFactory.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/VisitorFactory/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/VisitorFactory
|
||||
|
Loading…
Reference in New Issue
Block a user