- Updated from 0.11 to 0.12
- Updated maintainer email address Approved by: tobez
This commit is contained in:
parent
296f7f5317
commit
76d0935785
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147111
@ -6,26 +6,29 @@
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Simple-View
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.12
|
||||
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 classes for viewing 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}/Class/Throwable.pm:${PORTSDIR}/devel/p5-Class-Throwable \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 Tree::Simple::View::HTML.3
|
||||
MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 \
|
||||
Tree::Simple::View::HTML.3 Tree::Simple::View::Exceptions.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-View-0.11.tar.gz) = 8b46740a8e5f4ba2911e7ad98eda37bd
|
||||
SIZE (Tree-Simple-View-0.11.tar.gz) = 18700
|
||||
MD5 (Tree-Simple-View-0.12.tar.gz) = 6e49a99a05c34f342d7a2f6f35e221a9
|
||||
SIZE (Tree-Simple-View-0.12.tar.gz) = 19700
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/Tree/Simple/View.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/DHTML.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/HTML.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/Exceptions.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/View/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/View
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user