mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add p5-Tree-Simple-View 0.09, a set of classes for viewing Tree::Simple
hierarchies. PR: ports/69882 Submitted by: Aaron Dalton <aaron@daltons.ca>
This commit is contained in:
parent
d8b41b06cc
commit
f9dc89aa93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115263
@ -989,6 +989,7 @@
|
||||
SUBDIR += p5-TraceFuncs
|
||||
SUBDIR += p5-Tree-DAG_Node
|
||||
SUBDIR += p5-Tree-Simple
|
||||
SUBDIR += p5-Tree-Simple-View
|
||||
SUBDIR += p5-UNIVERSAL-exports
|
||||
SUBDIR += p5-UNIVERSAL-moniker
|
||||
SUBDIR += p5-Unix-Statgrab
|
||||
|
31
devel/p5-Tree-Simple-View/Makefile
Normal file
31
devel/p5-Tree-Simple-View/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: Tree::Simple::View
|
||||
# Date created: 1 August 2004
|
||||
# Whom: Aaron Dalton <aaron@daltons.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Simple-View
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tree
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@daltons.ca
|
||||
COMMENT= A set of classes for viewing Tree::Simple hierarchies
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 Tree::Simple::View::HTML.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "This port requires perl 5.6 or above."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/p5-Tree-Simple-View/distinfo
Normal file
2
devel/p5-Tree-Simple-View/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Tree-Simple-View-0.09.tar.gz) = 5e506dec24ea1228d61e1157d1854820
|
||||
SIZE (Tree-Simple-View-0.09.tar.gz) = 17927
|
8
devel/p5-Tree-Simple-View/pkg-descr
Normal file
8
devel/p5-Tree-Simple-View/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Tree::Simple::View - A set of classes for viewing Tree::Simple hierarchies
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tree-Simple-View/
|
||||
Author: Stevan Little <stevan@iinteractive.com>
|
||||
|
||||
--
|
||||
Aaron Dalton
|
||||
aaron@daltons.ca
|
10
devel/p5-Tree-Simple-View/pkg-plist
Normal file
10
devel/p5-Tree-Simple-View/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/Tree/Simple/View.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/DHTML.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/HTML.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
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Tree/Simple/View
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Tree/Simple 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user